"git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "4691f3e2c596de55e7feff2987420a71076a40d3"
Commit da59b51c authored by Mark Morschhäuser's avatar Mark Morschhäuser
Browse files

Fixed deletion of startmenu folder on uninstall + code indent

parent e2615a0f
...@@ -34,6 +34,7 @@ InstallDir "$PROGRAMFILES\Cockatrice" ...@@ -34,6 +34,7 @@ InstallDir "$PROGRAMFILES\Cockatrice"
!insertmacro MUI_LANGUAGE "English" !insertmacro MUI_LANGUAGE "English"
Section "Application" SecApplication Section "Application" SecApplication
SetShellVarContext all
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
File ..\build\cockatrice\Release\cockatrice.exe File ..\build\cockatrice\Release\cockatrice.exe
File ..\build\oracle\Release\oracle.exe File ..\build\oracle\Release\oracle.exe
...@@ -93,6 +94,7 @@ Section "Start menu item" SecStartMenu ...@@ -93,6 +94,7 @@ Section "Start menu item" SecStartMenu
SectionEnd SectionEnd
Section Uninstall Section Uninstall
SetShellVarContext all
RMDir /r "$INSTDIR\zonebg" RMDir /r "$INSTDIR\zonebg"
RMDir /r "$INSTDIR\plugins" RMDir /r "$INSTDIR\plugins"
RMDir /r "$INSTDIR\sounds" RMDir /r "$INSTDIR\sounds"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment