From 64d43f4725787f9374b7a0b3348eba5b22dcc667 Mon Sep 17 00:00:00 2001 From: bi Date: Mon, 16 Jul 2018 18:44:54 +0300 Subject: [PATCH] Fix wrong folder name inside new batch-file --- copy_assets_for_whitelisting.bat | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/copy_assets_for_whitelisting.bat b/copy_assets_for_whitelisting.bat index a995c68..599a87a 100644 --- a/copy_assets_for_whitelisting.bat +++ b/copy_assets_for_whitelisting.bat @@ -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* \ No newline at end of file +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* \ No newline at end of file