We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d0fea commit a794aefCopy full SHA for a794aef
1 file changed
Projects/WinInstaller/installer.nsi
@@ -186,11 +186,7 @@ Section "Uninstall"
186
Delete "$INSTDIR\Readme.md"
187
Delete "$INSTDIR\SDL2.dll"
188
Delete "$INSTDIR\SDL2_mixer.dll"
189
- Delete "$INSTDIR\data\*"
190
- Delete "$INSTDIR\data\castles\*"
191
192
- RMDir "$INSTDIR\data\castles"
193
- RMDir "$INSTDIR\data"
194
RMDir "$INSTDIR"
195
196
IfFileExists $INSTDIR 0 no
0 commit comments