Keep downloaded files in a separate directory
As a side effect, this re-enables building the Windows installer on Linux hosts.
This commit is contained in:
6
thirdparty/fetch-thirdparty-deps.ps1
vendored
6
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -1,4 +1,6 @@
|
||||
mkdir windows -Force >$null
|
||||
mkdir download/windows -Force >$null
|
||||
|
||||
cd download
|
||||
|
||||
if (!(Test-Path "nuget.exe"))
|
||||
{
|
||||
@@ -127,3 +129,5 @@ if (!(Test-Path "Eluant.dll"))
|
||||
$target = Join-Path $pwd.ToString() "Eluant.dll"
|
||||
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll", $target)
|
||||
}
|
||||
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user