1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(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 deaa0725e9
commit 001be23127

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.