mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge pull request #13541 from Ultimaker/CURA-9526
Ensure the complete install folder is removed
This commit is contained in:
commit
db54c95d88
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ Delete "$INSTDIR\uninstall.exe"
|
|||
Delete "$INSTDIR\${APP_NAME} website.url"
|
||||
!endif
|
||||
|
||||
RmDir "$INSTDIR"
|
||||
RmDir /r /REBOOTOK "$INSTDIR"
|
||||
|
||||
!ifdef REG_START_MENU
|
||||
!insertmacro MUI_STARTMENU_GETFOLDER "Application" $SM_Folder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue