diff options
-rw-r--r-- | Info.plist | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <key>CFBundleDisplayName</key> <string>Base Windowed Application</string> <key>CFBundleExecutable</key> - <string>Base Windowed Application</string> + <string>Nospace</string> <key>CFBundleIdentifier</key> <string>com.teddywing.Base-Windowed-Application</string> <key>CFBundleInfoDictionaryVersion</key> @@ -1,4 +1,4 @@ -APP_NAME := Base\ Windowed\ Application +APP_NAME := Nospace NBSP := $(shell perl -C -e 'print chr 0xfeff') APP_NAME_NOSPACE := $(subst \ ,$(NBSP),$(APP_NAME)) |