mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-25 18:42:27 +00:00
Take #45354
This commit is contained in:
parent
7934a85086
commit
c0ff63e2d8
@ -1,5 +0,0 @@
|
|||||||
$cwd = Get-Location
|
|
||||||
|
|
||||||
Set-Location -Path "$cwd"
|
|
||||||
|
|
||||||
7z a eqemu-server-windows-x64.zip $cwd\win-build-x64\bin\RelWithDebInfo\*.exe $cwd\win-build-x64\bin\RelWithDebInfo\*.dll $cwd\win-build-x64\bin\RelWithDebInfo\*.pdb $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.pdb
|
|
||||||
@ -19,6 +19,8 @@ Try
|
|||||||
cmake --build . --config RelWithDebInfo --clean-first
|
cmake --build . --config RelWithDebInfo --clean-first
|
||||||
Set-Location -Path "$cwd"
|
Set-Location -Path "$cwd"
|
||||||
|
|
||||||
|
7z a eqemu-server-windows-x64.zip $cwd\win-build-x64\bin\RelWithDebInfo\*.exe $cwd\win-build-x64\bin\RelWithDebInfo\*.dll $cwd\win-build-x64\bin\RelWithDebInfo\*.pdb $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\win-build-x64\libs\zlibng\RelWithDebInfo\*.pdb
|
||||||
|
|
||||||
cmd.exe .\utils\scripts\build\should-release\should-release.exe
|
cmd.exe .\utils\scripts\build\should-release\should-release.exe
|
||||||
|
|
||||||
dir *.zip
|
dir *.zip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user