Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 22, 2016
1 parent 2810e26 commit 5448e63
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.Basic Script (onInit).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.Basic Script.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
// Includes ---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.MUI Script (2 Sections).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.MUI Script (3 Sections).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.MUI Script (4 Sections).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.MUI Script (onInit).sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down
2 changes: 1 addition & 1 deletion snippets/scaffold.MUI Script.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Settings ---------------------------------
Name("${1:installer_name}");
OutFile("${2:${1}}.exe");
RequestExecutionLevel(${3:user});
RequestExecutionLevel("${3:user}");
InstallDir("\$PROGRAMFILES\\${4:${1}}");
#nsis
Expand Down

0 comments on commit 5448e63

Please sign in to comment.