mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
also install libcurl-4.dll
This commit is contained in:
parent
1306d9760d
commit
a3d22613da
1 changed files with 10 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
; This file is used to automatically build the installers in the
|
; This file is used to automatically build the installers in the
|
||||||
; openSUSE build service, don't break this!
|
; openSUSE build service, don't break this!
|
||||||
;
|
;
|
||||||
; you have to copy SDL.dll here manually
|
; you have to copy SDL.dll and libcurl-4.dll here manually
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "ioquake3"
|
Name "ioquake3"
|
||||||
|
@ -86,6 +86,13 @@ Section "SDL.dll"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "libcurl"
|
||||||
|
|
||||||
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
|
File "libcurl-4.dll"
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
|
@ -113,6 +120,8 @@ Section "Uninstall"
|
||||||
|
|
||||||
Delete $INSTDIR\SDL.dll
|
Delete $INSTDIR\SDL.dll
|
||||||
|
|
||||||
|
Delete $INSTDIR\libcurl-4.dll
|
||||||
|
|
||||||
Delete $INSTDIR\uninstall.exe
|
Delete $INSTDIR\uninstall.exe
|
||||||
|
|
||||||
; Remove shortcuts, if any
|
; Remove shortcuts, if any
|
||||||
|
|
Loading…
Reference in a new issue