Skip to content

Commit

Permalink
Include CFBundleTypeRole key
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalissaac committed Oct 16, 2022
1 parent 8251eb2 commit 5f1d3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/osx_bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ fn create_info_plist(bundle_dir: &Path, bundle_icon_file: Option<PathBuf>,
<dict>\n \
<key>CFBundleURLName</key>\n \
<string>{}</string>\n \
<key>CFBundleTypeRole</key>\n \
<string>Viewer</string>\n \
<key>CFBundleURLSchemes</key>\n \
<array>\n", settings.bundle_name())?;

Expand Down

0 comments on commit 5f1d3c9

Please sign in to comment.