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.
2 parents 314c9ad + 45c0463 commit 50889cfCopy full SHA for 50889cf
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