Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

CFBundlePackageType added to Info.plist #30

Merged
merged 1 commit into from Sep 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions bundler.go
Expand Up @@ -645,6 +645,8 @@ func (b *Bundler) finishDarwin(environmentPath, binaryPath string) (err error) {
<string>com.`+b.appName+`</string>
<key>LSUIElement</key>
<string>`+lsuiElement+`</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
</plist>`), 0777); err != nil {
err = errors.Wrapf(err, "adding Info.plist to %s failed", fp)
Expand Down