We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5be11 commit a8ff537Copy full SHA for a8ff537
windows/build_mingw.bat
@@ -11,7 +11,7 @@ set PATH=%ROOT%\dmd2\windows\bin;%PATH%
11
set MINGW_URL=https://netix.dl.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v%MINGW_VER%.tar.bz2
12
set USER_AGENT=[Microsoft.PowerShell.Commands.PSUserAgent]::FireFox
13
14
-powershell -Command "Invoke-WebRequest %MINGW_URL% -FileName mingw-w64.tar.bz2 -UserAgent %User_Agent%" || exit /B 1
+powershell -Command "Invoke-WebRequest %MINGW_URL% -OutFile mingw-w64.tar.bz2 -UserAgent %User_Agent%" || exit /B 1
15
16
:: e.g. from git installation
17
dos2unix "%ROOT%\windows\build_mingw.sha256sums"
0 commit comments