Merge branch 'installer' into develop
This commit is contained in:
@@ -858,6 +858,27 @@ Section Uninstall
|
||||
Delete "$INSTDIR\\{{this}}"
|
||||
{{/each}}
|
||||
|
||||
; Dlete config.json
|
||||
Delete "$INSTDIR\config.json"
|
||||
|
||||
; Delete process.log
|
||||
Delete "$INSTDIR\process.log"
|
||||
|
||||
; Delete errror.log
|
||||
Delete "$INSTDIR\error.log"
|
||||
|
||||
; Delete update.exe
|
||||
Delete "$INSTDIR\update.exe"
|
||||
|
||||
; Delete _internal folder
|
||||
RmDir /r "$INSTDIR\_internal"
|
||||
|
||||
; Delete log folder
|
||||
RmDir /r "$INSTDIR\logs"
|
||||
|
||||
; Delete weights folder
|
||||
RmDir /r "$INSTDIR\weights"
|
||||
|
||||
; Delete uninstaller
|
||||
Delete "$INSTDIR\uninstall.exe"
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"nsis": {
|
||||
"template": "nsis/template.nsi",
|
||||
"license": "../LICENSE",
|
||||
"installMode": "both",
|
||||
"installMode": "currentUser",
|
||||
"displayLanguageSelector": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user