Changeset - r23143:61754e03e4cd
[Not reviewed]
master
0 1 0
Patric Stout - 6 years ago 2019-01-06 09:23:40
truebrain@openttd.org
Fix 192770e6da: not all REV instances were renamed to VERSION
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -54,7 +54,7 @@ ifdef OSXAPP
 
	$(Q)mkdir -p "$(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources"
 
	$(Q)echo "APPL????" >                                          "$(BUNDLE_DIR)/$(OSXAPP)/Contents/PkgInfo"
 
	$(Q)cp    "$(ROOT_DIR)/os/macosx/openttd.icns"                 "$(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/openttd.icns"
 
	$(Q)$(ROOT_DIR)/os/macosx/plistgen.sh                          "$(BUNDLE_DIR)/$(OSXAPP)" "$(REV)"
 
	$(Q)$(ROOT_DIR)/os/macosx/plistgen.sh                          "$(BUNDLE_DIR)/$(OSXAPP)" "$(VERSION)"
 
	$(Q)cp    "$(ROOT_DIR)/os/macosx/splash.png"                   "$(BASESET_DIR)"
 
endif
 
ifeq ($(OS),UNIX)
 
@@ -151,10 +151,10 @@ bundle_lha: bundle
 

	
 
bundle_dmg: bundle
 
	@echo '[BUNDLE] Creating $(BUNDLE_NAME).dmg'
 
	$(Q)mkdir -p "$(BUNDLES_DIR)/OpenTTD $(REV)"
 
	$(Q)cp -R "$(BUNDLE_DIR)/" "$(BUNDLES_DIR)/OpenTTD $(REV)"
 
	$(Q)hdiutil create -ov -format UDZO -srcfolder "$(BUNDLES_DIR)/OpenTTD $(REV)" "$(BUNDLES_DIR)/$(BUNDLE_NAME).dmg"
 
	$(Q)rm -fr "$(BUNDLES_DIR)/OpenTTD $(REV)"
 
	$(Q)mkdir -p "$(BUNDLES_DIR)/OpenTTD $(VERSION)"
 
	$(Q)cp -R "$(BUNDLE_DIR)/" "$(BUNDLES_DIR)/OpenTTD $(VERSION)"
 
	$(Q)hdiutil create -ov -format UDZO -srcfolder "$(BUNDLES_DIR)/OpenTTD $(VERSION)" "$(BUNDLES_DIR)/$(BUNDLE_NAME).dmg"
 
	$(Q)rm -fr "$(BUNDLES_DIR)/OpenTTD $(VERSION)"
 

	
 
bundle_exe: all
 
	@echo '[BUNDLE] Creating $(BUNDLE_NAME).exe'
0 comments (0 inline, 0 general)