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:
parent
76c2e2cd21
commit
9c839f4dd7
1 changed files with 8 additions and 0 deletions
8
copy_assets_for_whitelisting.bat
Normal file
8
copy_assets_for_whitelisting.bat
Normal 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*
|
Loading…
Add table
Reference in a new issue