(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:
		@@ -17,7 +17,7 @@ REV := norev000
 | 
				
			|||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifndef BUNDLE_NAME
 | 
					ifndef BUNDLE_NAME
 | 
				
			||||||
BUNDLE_NAME = OTTD-$(OS)-custom-$(REV)
 | 
					BUNDLE_NAME = openttd-custom-$(REV)-$(OS)
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# An OSX application bundle needs the data files, lang files and openttd executable in a different location.
 | 
					# An OSX application bundle needs the data files, lang files and openttd executable in a different location.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user