diff --git a/src/win32/stratagus.nsi b/src/win32/stratagus.nsi index 1d0eb18ddb..d79d01aa04 100644 --- a/src/win32/stratagus.nsi +++ b/src/win32/stratagus.nsi @@ -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