mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
stable server files publisher
This commit is contained in:
parent
9df4a52dbc
commit
f5df0fc200
12
Tools/Build/SyncServerReleaseStable.cmd
Normal file
12
Tools/Build/SyncServerReleaseStable.cmd
Normal file
@ -0,0 +1,12 @@
|
||||
::@ECHO OFF
|
||||
|
||||
SET SOURCEPATH="F:\GitHub Personal\Epoch\Server_Install_Pack"
|
||||
SET WORKSHOPPATH="F:\GitHub Personal\Epoch-HiveStable\@epochhive"
|
||||
|
||||
:: copy mod from steamcmd cache to server
|
||||
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\mpmissions" "F:\GitHub Personal\Epoch-HiveStable\@epochhive\mpmissions"
|
||||
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\@epochhive\addons" "F:\GitHub Personal\Epoch-HiveStable\@epochhive\addons"
|
||||
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\sc\battleye" "F:\GitHub Personal\Epoch-HiveStable\@epochhive\sc\battleye"
|
||||
|
||||
|
||||
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:601772725 /changeNote:"testing 123" /path:%WORKSHOPPATH%
|
Loading…
Reference in New Issue
Block a user