Skip to content

Commit

Permalink
also install libcurl-4.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Apr 22, 2008
1 parent 1306d97 commit a3d2261
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion misc/nsis/ioquake3.nsi.in
Expand Up @@ -5,7 +5,7 @@
; This file is used to automatically build the installers in the
; 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
Name "ioquake3"
Expand Down Expand Up @@ -86,6 +86,13 @@ Section "SDL.dll"

SectionEnd

Section "libcurl"

SetOutPath $INSTDIR

File "libcurl-4.dll"

SectionEnd

;--------------------------------

Expand Down Expand Up @@ -113,6 +120,8 @@ Section "Uninstall"

Delete $INSTDIR\SDL.dll

Delete $INSTDIR\libcurl-4.dll

Delete $INSTDIR\uninstall.exe

; Remove shortcuts, if any
Expand Down

0 comments on commit a3d2261

Please sign in to comment.