Skip to content

Commit

Permalink
disamibuate powershell wget parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Nov 30, 2015
1 parent 3c5af9c commit 4069fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32/stratagus.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

!define SDL "SDL.dll"
!ifndef NO_DOWNLOAD
!system 'powershell -Command "& {wget https://www.libsdl.org/release/SDL-1.2.15-win32.zip -O SDL.zip}"'
!system 'powershell -Command "& {wget https://www.libsdl.org/release/SDL-1.2.15-win32.zip -OutFile SDL.zip}"'
!system 'powershell -Command "& {unzip -o SDL.zip SDL.dll}"'
!endif

Expand Down

0 comments on commit 4069fdd

Please sign in to comment.