Skip to content

Commit a8ff537

Browse files
committed
Rename -FileName -> -OutFile
1 parent bf5be11 commit a8ff537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/build_mingw.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set PATH=%ROOT%\dmd2\windows\bin;%PATH%
1111
set MINGW_URL=https://netix.dl.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v%MINGW_VER%.tar.bz2
1212
set USER_AGENT=[Microsoft.PowerShell.Commands.PSUserAgent]::FireFox
1313

14-
powershell -Command "Invoke-WebRequest %MINGW_URL% -FileName mingw-w64.tar.bz2 -UserAgent %User_Agent%" || exit /B 1
14+
powershell -Command "Invoke-WebRequest %MINGW_URL% -OutFile mingw-w64.tar.bz2 -UserAgent %User_Agent%" || exit /B 1
1515

1616
:: e.g. from git installation
1717
dos2unix "%ROOT%\windows\build_mingw.sha256sums"

0 commit comments

Comments
 (0)