mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
openal32.dll is actually spelled OpenAL32.dll now
This commit is contained in:
parent
50ca55702f
commit
372c2ea521
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ Section "OpenAL-Soft library"
|
|||
|
||||
SetOutPath $INSTDIR
|
||||
|
||||
File "openal32.dll"
|
||||
File "OpenAL32.dll"
|
||||
|
||||
SectionEnd
|
||||
|
||||
|
@ -169,7 +169,7 @@ Section "Uninstall"
|
|||
|
||||
Delete $INSTDIR\libcurl-4.dll
|
||||
|
||||
Delete $INSTDIR\openal32.dll
|
||||
Delete $INSTDIR\OpenAL32.dll
|
||||
|
||||
Delete $INSTDIR\uninstall.exe
|
||||
|
||||
|
|
Loading…
Reference in a new issue