mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Have NSIS uninstaller delete rend2.
This commit is contained in:
parent
2e99ae093e
commit
8424865879
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ Section "Uninstall"
|
|||
Delete $INSTDIR\ioq3ded.x86.exe
|
||||
!ifdef USE_RENDERER_DLOPEN
|
||||
Delete $INSTDIR\renderer_opengl1_x86.dll
|
||||
Delete $INSTDIR\renderer_rend2_x86.dll
|
||||
!endif
|
||||
|
||||
Delete $INSTDIR\COPYING.txt
|
||||
|
|
Loading…
Reference in a new issue