Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
merge changes from sublime-makensis
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 6, 2016
1 parent b90f984 commit c2ac0da
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .messages/first_run.txt

This file was deleted.

8 changes: 4 additions & 4 deletions Commands/NSIS.sublime-build
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"cmd": ["sh", "$packages/makensis/build.sh", "$file"],
"cmd": ["sh", "$packages/NSIS IDE/build.sh", "$file"],
"working_dir": "${project_path:${folder}}",
"file_regex": ".*rror in script:? \"(...*?)\" on line (\\d+)",
"selector": "source.nsis",
"windows": {
"cmd": ["$packages\\makensis\\build.cmd", "$file"]
"cmd": ["$packages\\NSIS IDE\\Support\\build.cmd", "$file"]
},
"variants": [
{
"name": "Strict",
"cmd": ["sh", "$packages/makensis/build.sh", "-WX", "$file"],
"cmd": ["sh", "$packages/NSIS IDE/Support/build.sh", "-WX", "$file"],
"file_regex": ".*arning: .* \\((...*?):(\\d+)\\)",
"windows": {
"cmd": ["$packages\\makensis\\build.cmd", "/WX", "$file"]
"cmd": ["$packages\\NSIS IDE\\Support\\build.cmd", "/WX", "$file"]
}
}
]
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions messages.json

This file was deleted.

0 comments on commit c2ac0da

Please sign in to comment.