aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Info.plist2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Info.plist b/Info.plist
index e1b9e8c..1a7ad7f 100644
--- a/Info.plist
+++ b/Info.plist
@@ -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>
diff --git a/Makefile b/Makefile
index f2fb483..ce49cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -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))