mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
nsis: uninstall openal32.dll as well
This commit is contained in:
parent
5208bf8273
commit
d3cf82b2ee
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ Section "Uninstall"
|
||||||
|
|
||||||
Delete $INSTDIR\libcurl-4.dll
|
Delete $INSTDIR\libcurl-4.dll
|
||||||
|
|
||||||
|
Delete $INSTDIR\openal32.dll
|
||||||
|
|
||||||
Delete $INSTDIR\uninstall.exe
|
Delete $INSTDIR\uninstall.exe
|
||||||
|
|
||||||
; Remove shortcuts, if any
|
; Remove shortcuts, if any
|
||||||
|
|
Loading…
Reference in a new issue