2016-09-27 21:50:00 +00:00
|
|
|
set MSBUILD="C:\Program Files (x86)\MSBuild\14.0\Bin\MsBuild.exe"
|
|
|
|
set MAKEPBO="C:\Program Files (x86)\Mikero\DePboTools\bin\MakePbo.exe"
|
|
|
|
|
|
|
|
rd /s /q @ExileLootDrop
|
|
|
|
mkdir @ExileLootDrop\addons
|
|
|
|
|
|
|
|
%MSBUILD% src\ExileLootDrop.sln /property:Configuration=release /target:Rebuild /verbosity:normal /nologo
|
|
|
|
copy src\ExileLootDrop\bin\Release\ExileLootDrop.dll @ExileLootDrop
|
|
|
|
copy src\ExileLootDrop\bin\Release\ExileLootDrop.cfg @ExileLootDrop
|
2016-10-03 19:45:12 +00:00
|
|
|
copy src\ExileLootDrop\bin\Release\ExileLootDrop.ini @ExileLootDrop
|
2016-09-28 18:36:58 +00:00
|
|
|
copy src\ExileLootDropTester\bin\Release\ExileLootDropTester.exe @ExileLootDrop
|
2016-09-27 21:50:00 +00:00
|
|
|
copy LICENSE.txt @ExileLootDrop
|
2016-09-27 22:10:07 +00:00
|
|
|
copy README.md @ExileLootDrop
|
2016-09-27 21:50:00 +00:00
|
|
|
|
|
|
|
%MAKEPBO% -U -W -P -@=ExileLootDrop sqf @ExileLootDrop\addons\ExileLootDrop.pbo
|
2016-09-28 18:36:58 +00:00
|
|
|
del @ExileLootDrop.zip
|
|
|
|
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('@ExileLootDrop', '@ExileLootDrop.zip'); }"
|
|
|
|
pause
|