Browse Source

Delete additional NuGet packages

master
Fincer 8 years ago
parent
commit
19c332c75f
6 changed files with 7 additions and 2 deletions
  1. BIN
      data/linux/fedora/nuget-2.8.7-0.fc22.i686.rpm
  2. BIN
      data/linux/fedora/nuget-2.8.7-0.fc22.x86_64.rpm
  3. BIN
      data/linux/opensuse/mono-nuget-2.8.5-4.2.noarch.rpm
  4. BIN
      data/linux/ubuntu/libnuget-core-cil_2.8.5+md59+dhx1-1~getdeb1_all.deb
  5. BIN
      data/linux/ubuntu/nuget_2.8.5+md59+dhx1-1~getdeb1_all.deb
  6. +7
    -2
      data/windows/install.ps1

BIN
data/linux/fedora/nuget-2.8.7-0.fc22.i686.rpm View File


BIN
data/linux/fedora/nuget-2.8.7-0.fc22.x86_64.rpm View File


BIN
data/linux/opensuse/mono-nuget-2.8.5-4.2.noarch.rpm View File


BIN
data/linux/ubuntu/libnuget-core-cil_2.8.5+md59+dhx1-1~getdeb1_all.deb View File


BIN
data/linux/ubuntu/nuget_2.8.5+md59+dhx1-1~getdeb1_all.deb View File


+ 7
- 2
data/windows/install.ps1 View File

@ -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 ..


Loading…
Cancel
Save