changed directory delete order. (is used for 0.60) don't worry
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1343
This commit is contained in:
parent
2fc3c4b3b6
commit
6124dc639a
1 changed files with 1 additions and 1 deletions
|
@ -74,9 +74,9 @@ Section "Uninstall"
|
|||
Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox.conf.lnk"
|
||||
|
||||
; remove directories used.
|
||||
RMDir "$INSTDIR"
|
||||
RMDir "$INSTDIR\snaps"
|
||||
RMDir "$INSTDIR\waves"
|
||||
RMDir "$INSTDIR"
|
||||
RMDir "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}"
|
||||
SectionEnd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue