mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-24 17:42:25 +00:00
Update windows-build.ps1
This commit is contained in:
parent
c17ab5a848
commit
9cde2f7405
@ -1,4 +1,4 @@
|
|||||||
Try
|
try
|
||||||
{
|
{
|
||||||
# $cwd = Get-Location
|
# $cwd = Get-Location
|
||||||
#
|
#
|
||||||
@ -21,14 +21,14 @@ Try
|
|||||||
#
|
#
|
||||||
# 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
|
# 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
|
||||||
|
|
||||||
.\utils\scripts\build\should-release\should-release.exe
|
.\utils\scripts\build\should-release\should-release.exe | exit
|
||||||
|
|
||||||
# dir *.zip
|
# dir *.zip
|
||||||
# rclone config create remote ftp env_auth true
|
# rclone config create remote ftp env_auth true
|
||||||
# rclone copy eqemu-server-windows-x64.zip remote:
|
# rclone copy eqemu-server-windows-x64.zip remote:
|
||||||
# rclone ls remote:
|
# rclone ls remote:
|
||||||
}
|
}
|
||||||
Catch
|
finally
|
||||||
{
|
{
|
||||||
Write-Host ("Caught signal to end")
|
Write-Host ("Caught signal to end")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user