Fix wrong folder name inside new batch-file
This commit is contained in:
parent
9c839f4dd7
commit
64d43f4725
1 changed files with 7 additions and 7 deletions
|
@ -1,8 +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*
|
||||
xcopy /s/y .\core .\bundleV2\source\core\
|
||||
xcopy /s/y .\gui .\bundleV2\source\gui\
|
||||
xcopy /s/y .\localization .\bundleV2\source\localization\
|
||||
xcopy /s/y .\materials .\bundleV2\source\materials\
|
||||
xcopy /s/y .\resource_packages .\bundleV2\source\resource_packages\
|
||||
xcopy /s/y .\scripts .\bundleV2\source\scripts\
|
||||
xcopy /y .\vmf.mod .\bundleV2\source\vmf.mod*
|
Loading…
Add table
Reference in a new issue