Fix bananas upload target
This commit is contained in:
2
Makefile
2
Makefile
@@ -58,6 +58,6 @@ $(BUNDLE_DIR)/$(BUNDLE_FILENAME).tar: $(SOURCES) $(LANGFILES) $(DOCS)
|
|||||||
|
|
||||||
bananas: bundle
|
bananas: bundle
|
||||||
echo "[BaNaNaS]"
|
echo "[BaNaNaS]"
|
||||||
sed 's/^version *=.*/version = $(DISPLAY_VERSION)/' $(BANANAS_INI) > "$(BUNDLE_DIR)/$(BANANAS_INI)"
|
sed 's/^version *=.*/version = $(REPO_VERSION)/' $(BANANAS_INI) > "$(BUNDLE_DIR)/$(BANANAS_INI)"
|
||||||
$(MUSA) -r -x license.txt -c $(BUNDLE_DIR)/$(BANANAS_INI) "$(BUNDLE_DIR)/$(BUNDLE_FILENAME)"
|
$(MUSA) -r -x license.txt -c $(BUNDLE_DIR)/$(BANANAS_INI) "$(BUNDLE_DIR)/$(BUNDLE_FILENAME)"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ description_file = bananas_description.txt
|
|||||||
url = http://dev.openttdcoop.org/projects/busy-bee-gs
|
url = http://dev.openttdcoop.org/projects/busy-bee-gs
|
||||||
license = GPL v2
|
license = GPL v2
|
||||||
tags = cargo, challenge, goal, cooperative
|
tags = cargo, challenge, goal, cooperative
|
||||||
openttd_minimum_supported_version = Nightly
|
openttd_minimum_supported_version = 1.4.2
|
||||||
openttd_maximum_supported_version =
|
openttd_maximum_supported_version =
|
||||||
|
|
||||||
# SuperLib_for_NoGo-36.tar
|
# SuperLib_for_NoGo-36.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user