From c553b790fc781772e8fbfffb91e3bf062d3202d6 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 21 Jun 2019 18:12:00 +0200 Subject: macOS: rename blender.app to Blender.app Using a capitalized app name fits the platform guidelines. Since macOS file systems are case insensitive by default this should not break scripts that assume lowercase. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index c2cd0a623ce..1c8602480f3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -228,7 +228,7 @@ endif # Allow passing in own BLENDER_BIN so developers who don't # use the default build path can still use utility helpers. ifeq ($(OS), Darwin) - BLENDER_BIN?="$(BUILD_DIR)/bin/blender.app/Contents/MacOS/blender" + BLENDER_BIN?="$(BUILD_DIR)/bin/Blender.app/Contents/MacOS/Blender" else BLENDER_BIN?="$(BUILD_DIR)/bin/blender" endif -- cgit v1.2.3