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

Commit

Permalink
improve permission handling
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 22, 2016
1 parent f6e7853 commit 30f0999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/NSIS.sublime-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cmd": ["$packages/NSIS Developer/Support/makensis.sh", "$file"],
"cmd": ["sh", "$packages/NSIS Developer/Support/makensis.sh", "$file"],
"working_dir": "${project_path:${folder}}",
"file_regex": ".*rror in script:? \"(...*?)\" on line ([0-9]*)",
"selector" : "source.nsis",
Expand Down

0 comments on commit 30f0999

Please sign in to comment.