mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
nasm.nsi: use "delete recursively" specificator
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
54c8ccb443
commit
8186a0061a
8
nasm.nsi
8
nasm.nsi
@ -183,13 +183,7 @@ SectionEnd
|
||||
Section "Uninstall"
|
||||
;
|
||||
; files on HDD
|
||||
Delete /rebootok "$INSTDIR\rdoff\*"
|
||||
RMDir "$INSTDIR\rdoff"
|
||||
Delete /rebootok "$INSTDIR\doc\*"
|
||||
RMDir "$INSTDIR\doc"
|
||||
Delete /r /rebootok "$INSTDIR\contrib"
|
||||
Delete /rebootok "$INSTDIR\*"
|
||||
RMDir "$INSTDIR"
|
||||
RMDir /r /rebootok "$INSTDIR"
|
||||
Delete /rebootok "$DESKTOP\${PRODUCT_SHORT_NAME}.lnk"
|
||||
;
|
||||
; Start Menu folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user