Skip to content

Commit

Permalink
Fix copying files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Jun 18, 2019
1 parent c1bb043 commit 4ea38bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Vic2ToHoI4/Copy_Files.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
rem **Create blankMod**
del "..\Release\Vic2ToHoI4\blankMod" /Q /S /F
rmdir "..\Release\Vic2ToHoI4\blankMod" /Q /S
xcopy "Data_Files\blankMod" "..\Release\Vic2ToHoI4\blankmod" /Y /E /I

rem **Copy data files**
copy "Data_Files\ai_peaces.txt" "..\Release\Vic2ToHoI4\"
Expand Down Expand Up @@ -29,4 +32,7 @@ copy "Data_Files\tech_mapping.txt" "..\Release\Vic2ToHoI4\"
copy "Data_Files\unit_mappings.txt" "..\Release\Vic2ToHoI4\"
copy "Data_Files\Vic2toHoI4DefaultConfiguration.xml" "..\Release\Configuration\"

rem **Copy flags**
rem **Copy flags**
del "..\Release\Vic2ToHoI4\flags" /Q /S /F
rmdir "..\Release\Vic2ToHoI4\flags" /Q /S
xcopy "Data_Files\flags" "..\Release\Vic2ToHoI4\flags" /Y /E /I

0 comments on commit 4ea38bb

Please sign in to comment.