mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 08:16:03 +02:00
Merge pull request #12852 from birarda/client-only-installer-name
RC66: remove the installer information file during uninstall
This commit is contained in:
commit
b2bc2b6e43
1 changed files with 3 additions and 0 deletions
|
@ -1234,6 +1234,9 @@ Section "Uninstall"
|
|||
|
||||
@CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS@
|
||||
|
||||
;Remove the installer information file
|
||||
Delete "$INSTDIR\installer.ini"
|
||||
|
||||
;Remove files we installed.
|
||||
;Keep the list of directories here in sync with the File commands above.
|
||||
@CPACK_NSIS_DELETE_FILES@
|
||||
|
|
Loading…
Reference in a new issue