Add batch-file for workshop whitelisting process

It copies nessessary game assets to "workshop_uploader_folder/scripts",
so Fatshark will be able to complile VMF themselves and sign it.
This commit is contained in:
bi 2018-07-16 18:32:36 +03:00
parent 76c2e2cd21
commit 9c839f4dd7

View file

@ -0,0 +1,8 @@
cd vmf
xcopy /s/y .\core .\bundleV2\scripts\core\
xcopy /s/y .\gui .\bundleV2\scripts\gui\
xcopy /s/y .\localization .\bundleV2\scripts\localization\
xcopy /s/y .\materials .\bundleV2\scripts\materials\
xcopy /s/y .\resource_packages .\bundleV2\scripts\resource_packages\
xcopy /s/y .\scripts .\bundleV2\scripts\scripts\
xcopy /y .\vmf.mod .\bundleV2\scripts\vmf.mod*