Merge branch 'installer' into develop
This commit is contained in:
@@ -858,6 +858,27 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\\{{this}}"
|
Delete "$INSTDIR\\{{this}}"
|
||||||
{{/each}}
|
{{/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 uninstaller
|
||||||
Delete "$INSTDIR\uninstall.exe"
|
Delete "$INSTDIR\uninstall.exe"
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
"nsis": {
|
"nsis": {
|
||||||
"template": "nsis/template.nsi",
|
"template": "nsis/template.nsi",
|
||||||
"license": "../LICENSE",
|
"license": "../LICENSE",
|
||||||
"installMode": "both",
|
"installMode": "currentUser",
|
||||||
"displayLanguageSelector": true
|
"displayLanguageSelector": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user