Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lcferrum committed Jun 4, 2017
1 parent 87f7a3a commit 07d67db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuiteInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ SectionGroup /e "HotkeySuite" Grp_HS
Section "Default SnK Script" Sec_DEF_SCRIPT
SetOverwrite on
SetOutPath "$USER_APPDATA\${APPNAME}"
File /oname=on_hotkey.txt "snk_default_script.txt"
File "on_hotkey.txt"
SectionEnd
Section /o "" Sec_DEF_SCRIPT2
SetOverwrite on
SetOutPath "$USER_APPDATA\${APPNAME}"
File /oname=on_hotkey.txt "snk_default_script.txt"
File "on_hotkey.txt"
SectionEnd
Section "Add to Autorun" Sec_AUTORUN
IntOp $InstFeatures $InstFeatures | 1
Expand Down
File renamed without changes.

0 comments on commit 07d67db

Please sign in to comment.