mirror of https://github.com/OpenTTD/OpenTTD
(svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.
parent
deaa0725e9
commit
001be23127
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue