Skip to content

Commit 4ea38bb

Browse files
committed
Fix copying files.
1 parent c1bb043 commit 4ea38bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Vic2ToHoI4/Copy_Files.bat

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
rem **Create blankMod**
2+
del "..\Release\Vic2ToHoI4\blankMod" /Q /S /F
3+
rmdir "..\Release\Vic2ToHoI4\blankMod" /Q /S
4+
xcopy "Data_Files\blankMod" "..\Release\Vic2ToHoI4\blankmod" /Y /E /I
25

36
rem **Copy data files**
47
copy "Data_Files\ai_peaces.txt" "..\Release\Vic2ToHoI4\"
@@ -29,4 +32,7 @@ copy "Data_Files\tech_mapping.txt" "..\Release\Vic2ToHoI4\"
2932
copy "Data_Files\unit_mappings.txt" "..\Release\Vic2ToHoI4\"
3033
copy "Data_Files\Vic2toHoI4DefaultConfiguration.xml" "..\Release\Configuration\"
3134

32-
rem **Copy flags**
35+
rem **Copy flags**
36+
del "..\Release\Vic2ToHoI4\flags" /Q /S /F
37+
rmdir "..\Release\Vic2ToHoI4\flags" /Q /S
38+
xcopy "Data_Files\flags" "..\Release\Vic2ToHoI4\flags" /Y /E /I

0 commit comments

Comments
 (0)