diff --git a/data/linux/fedora/nuget-2.8.7-0.fc22.i686.rpm b/data/linux/fedora/nuget-2.8.7-0.fc22.i686.rpm deleted file mode 100644 index c073f16..0000000 Binary files a/data/linux/fedora/nuget-2.8.7-0.fc22.i686.rpm and /dev/null differ diff --git a/data/linux/fedora/nuget-2.8.7-0.fc22.x86_64.rpm b/data/linux/fedora/nuget-2.8.7-0.fc22.x86_64.rpm deleted file mode 100644 index 2d82609..0000000 Binary files a/data/linux/fedora/nuget-2.8.7-0.fc22.x86_64.rpm and /dev/null differ diff --git a/data/linux/opensuse/mono-nuget-2.8.5-4.2.noarch.rpm b/data/linux/opensuse/mono-nuget-2.8.5-4.2.noarch.rpm deleted file mode 100644 index 4a359a8..0000000 Binary files a/data/linux/opensuse/mono-nuget-2.8.5-4.2.noarch.rpm and /dev/null differ diff --git a/data/linux/ubuntu/libnuget-core-cil_2.8.5+md59+dhx1-1~getdeb1_all.deb b/data/linux/ubuntu/libnuget-core-cil_2.8.5+md59+dhx1-1~getdeb1_all.deb deleted file mode 100755 index ecb2a90..0000000 Binary files a/data/linux/ubuntu/libnuget-core-cil_2.8.5+md59+dhx1-1~getdeb1_all.deb and /dev/null differ diff --git a/data/linux/ubuntu/nuget_2.8.5+md59+dhx1-1~getdeb1_all.deb b/data/linux/ubuntu/nuget_2.8.5+md59+dhx1-1~getdeb1_all.deb deleted file mode 100755 index a5b1efe..0000000 Binary files a/data/linux/ubuntu/nuget_2.8.5+md59+dhx1-1~getdeb1_all.deb and /dev/null differ diff --git a/data/windows/install.ps1 b/data/windows/install.ps1 index 26218e1..1d53b71 100755 --- a/data/windows/install.ps1 +++ b/data/windows/install.ps1 @@ -33,6 +33,11 @@ while ($true) Remove-Item .\data\windows\OpenRA-bleed.zip -Force -ErrorAction SilentlyContinue Remove-Item .\data\windows\ra2-master.zip -Force -ErrorAction SilentlyContinue + Remove-Item .\data\windows\*.html -Force -ErrorAction SilentlyContinue + Remove-Item .\data\windows\*.txt -Force -ErrorAction SilentlyContinue + Remove-Item .\data\windows\*.zip -Force -ErrorAction SilentlyContinue + Remove-Item .\data\windows\*.patch -Force -ErrorAction SilentlyContinue + #------------------------------------------------------ ## Prepare Github environment for downloading the source @@ -130,7 +135,7 @@ while ($true) #------------------------------------------------------ ## Prepare OpenRA source code for Tiberian Sun & Red Alert 2 - Copy-Item ".\data\patches\*.patch" ".\data\windows" + Copy-Item ".\data\patches\windows\*.patch" ".\data\windows" Start-Sleep -s 3 "`nPatching OpenRA source code for Tiberian Sun & Red Alert 2." @@ -143,7 +148,7 @@ while ($true) Write-Output "`nExecuting patch.exe $patchcount times now." - Get-ChildItem .\ -include *.patch -recurse | Foreach ($_) {.\patch.exe -d OpenRA-bleed -Np1 --binary -i $_.fullname } + Get-ChildItem .\ -include *.patch -recurse | Foreach ($_) {.\patch.exe -d OpenRA-bleed -Np1 -i $_.fullname } cd .. cd ..