mirror of
https://github.com/maca134/ExileLootDrop.git
synced 2024-08-30 17:22:13 +00:00
Updated build to include tester exe and zip package
This commit is contained in:
parent
c77ffc6ae6
commit
1655049690
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ src/ExileLootDropTester/obj/*
|
||||
*.suo
|
||||
src/packages/*
|
||||
.hgignore
|
||||
@ExileLootDrop.zip
|
||||
|
@ -7,7 +7,11 @@ 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
|
||||
copy src\ExileLootDropTester\bin\Release\ExileLootDropTester.exe @ExileLootDrop
|
||||
copy LICENSE.txt @ExileLootDrop
|
||||
copy README.md @ExileLootDrop
|
||||
|
||||
%MAKEPBO% -U -W -P -@=ExileLootDrop sqf @ExileLootDrop\addons\ExileLootDrop.pbo
|
||||
del @ExileLootDrop.zip
|
||||
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('@ExileLootDrop', '@ExileLootDrop.zip'); }"
|
||||
pause
|
Loading…
Reference in New Issue
Block a user