(svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.

This commit is contained in:
rubidium
2008-09-17 19:32:06 +00:00
parent 3f11e731a5
commit a458f62801

View File

@@ -17,7 +17,7 @@ REV := norev000
endif
ifndef BUNDLE_NAME
BUNDLE_NAME = OTTD-$(OS)-custom-$(REV)
BUNDLE_NAME = openttd-custom-$(REV)-$(OS)
endif
# An OSX application bundle needs the data files, lang files and openttd executable in a different location.