We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23767a commit 45c0463Copy full SHA for 45c0463
Makefile
@@ -151,7 +151,7 @@ define create-app-bundle
151
fi
152
153
@echo "Fixing Info.plist..."
154
- @/usr/libexec/PlistBuddy -c "Set :CFBundleExecutable Review\\ Goose" "out/$(BUNDLE_NAME).app/Contents/Info.plist"
+ @/usr/libexec/PlistBuddy -c "Set :CFBundleExecutable $(BUNDLE_NAME)" "out/$(BUNDLE_NAME).app/Contents/Info.plist"
155
@/usr/libexec/PlistBuddy -c "Add :LSUIElement bool true" "out/$(BUNDLE_NAME).app/Contents/Info.plist" 2>/dev/null || \
156
/usr/libexec/PlistBuddy -c "Set :LSUIElement true" "out/$(BUNDLE_NAME).app/Contents/Info.plist"
157
@/usr/libexec/PlistBuddy -c "Add :CFBundleDevelopmentRegion string en" "out/$(BUNDLE_NAME).app/Contents/Info.plist" 2>/dev/null || \
0 commit comments