1
0
Fork 0

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

release/0.7
rubidium 2008-09-17 19:32:06 +00:00
parent deaa0725e9
commit 001be23127
1 changed files with 1 additions and 1 deletions

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.