File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,15 +10,18 @@ all: configs
1010release : zip
1111
1212configs : $(CONFIG_DIR ) /% .cfg
13- cp $(CONFIG_DIR ) /$(TRAVIS_BRANCH ) /* .cfg GameData/TestFlight
13+ cp $(CONFIG_DIR ) /RealismOverhaul/* .cfg GameData/TestFlight
14+ cp $(CONFIG_DIR ) /Stock/* .cfg GameData/TestFlight
1415
1516$(CONFIG_DIR ) /% .cfg :
16- cd $(CONFIG_DIR ) ; python compileConfigs.py $(TRAVIS_BRANCH )
17+ cd $(CONFIG_DIR ) ; python compileConfigs.py RealismOverhaul
18+ cd $(CONFIG_DIR ) ; python compileConfigs.py Stock
1719
1820zip : configs
1921 zip -r $(ZIPFILE ) GameData
2022
2123clean :
2224 -rm GameData/TestFlight/* .cfg
23- -rm $(CONFIG_DIR ) /$(TRAVIS_BRANCH ) /* .cfg
25+ -rm $(CONFIG_DIR ) /RealismOverhaul/* .cfg
26+ -rm $(CONFIG_DIR ) /Stock/* .cfg
2427 -rm * .zip
You can’t perform that action at this time.
0 commit comments