Skip to content

Commit be64536

Browse files
committed
updated install.nsi
1 parent 453dbff commit be64536

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/template/install.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ Function .onInit
159159
CopyFiles /SILENT /FILESONLY "$R0\Uninstall.exe" "$PLUGINSDIR\olduninst"
160160
ExecWait '"$PLUGINSDIR\olduninst\Uninstall.exe" _?=$R0'
161161
${EndIf}
162+
FunctionEnd

install.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,5 @@ Function .onInit
159159
CopyFiles /SILENT /FILESONLY "$R0\Uninstall.exe" "$PLUGINSDIR\olduninst"
160160
ExecWait '"$PLUGINSDIR\olduninst\Uninstall.exe" _?=$R0'
161161
${EndIf}
162+
FunctionEnd
162163

0 commit comments

Comments
 (0)