mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
6 lines
318 B
PowerShell
6 lines
318 B
PowerShell
$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
|