Skip to content

Commit a4bc12a

Browse files
committed
copy .ckan to GameData
1 parent 97b7d1c commit a4bc12a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ifdef TRAVIS_TAG
3737
meta:
3838
python makeMeta.py $(TRAVIS_TAG)
3939
cp TestFlight.version GameData/TestFlight/TestFlight.version
40+
cp *.ckan GameData/TestFlight
4041
else
4142
meta:
4243
endif
@@ -49,6 +50,7 @@ clean: clean_$(BUILD)
4950
-rm GameData/TestFlight/*.cfg
5051
-rm *.zip
5152
-rm GameData/TestFlight/*.version
53+
-rm GameData/TestFlight/*.ckan
5254
-rm *.version
5355
-rm *.ckan
5456

0 commit comments

Comments
 (0)