Skip to content

Commit

Permalink
updated install.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Apr 22, 2021
1 parent 453dbff commit be64536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/template/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ Function .onInit
CopyFiles /SILENT /FILESONLY "$R0\Uninstall.exe" "$PLUGINSDIR\olduninst"
ExecWait '"$PLUGINSDIR\olduninst\Uninstall.exe" _?=$R0'
${EndIf}
FunctionEnd
1 change: 1 addition & 0 deletions install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@ Function .onInit
CopyFiles /SILENT /FILESONLY "$R0\Uninstall.exe" "$PLUGINSDIR\olduninst"
ExecWait '"$PLUGINSDIR\olduninst\Uninstall.exe" _?=$R0'
${EndIf}
FunctionEnd

0 comments on commit be64536

Please sign in to comment.