This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/origin/Vic2ToHoI4'
- Loading branch information
Showing
107 changed files
with
10,177 additions
and
7,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#!/bin/bash | ||
|
||
# **Create blankMod** | ||
rm -r "Release-Linux/blankMod" | ||
cp -r "Data_Files/blankMod" "Release-Linux/blankMod" | ||
|
||
# **Copy data files** | ||
cp "Data_Files/configuration.txt" "Release-Linux/configuration.txt" | ||
cp "Data_Files/configuration.txt" "Release-Linux/configuration-example.txt" | ||
cp "Data_Files/ReadMe.txt" "Release-Linux/ReadMe.txt" | ||
cp "Data_Files/merge_nations.txt" "Release-Linux/merge_nations.txt" | ||
cp "Data_Files/province_mappings.txt" "Release-Linux/province_mappings.txt" | ||
cp "Data_Files/HPM_province_mappings.txt" "Release-Linux/HPM_province_mappings.txt" | ||
cp "Data_Files/country_mappings.txt" "Release-Linux/country_mappings.txt" | ||
cp "Data_Files/governmentMapping.txt" "Release-Linux/governmentMapping.txt" | ||
cp "Data_Files/license.txt" "Release-Linux/license.txt" | ||
cp "Data_Files/tech_mapping.txt" "Release-Linux/tech_mapping.txt" | ||
cp "Data_Files/unit_mapping.txt" "Release-Linux/unit_mapping.txt" | ||
cp "Data_Files/FAQ.txt" "Release-Linux/FAQ.txt" | ||
cp "Data_Files/Resources.txt" "Release-Linux/resources.txt" | ||
cp "Data_Files/positions.txt" "Release-Linux/positions.txt" | ||
cp "Data_Files/names.txt" "Release-Linux/names.txt" | ||
cp "Data_Files/cultureGroupToGraphics.txt" "Release-Linux/cultureGroupToGraphics.txt" | ||
|
||
# **Copy flags** | ||
rm -r "Release-Linux/flags" | ||
cp -r "Data_Files/flags" "Release-Linux/flags" | ||
|
||
# **Create changelog** | ||
#rm Release-Linux/changelog.txt | ||
#git log --oneline --decorate >> Release-Linux/makelog.txt | ||
#(for /f "rmims=" %%i in (Release-Linux/makelog.txt) do @echo %%i)>Release-Linux/changelog.txt | ||
#rm Release-Linux/makelog.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Oops, something went wrong.