Skip to content

Commit

Permalink
Merge from 5.x: PR #17502
Browse files Browse the repository at this point in the history
Fixes #14843
  • Loading branch information
ccordoba12 committed Mar 17, 2022
2 parents a8ff14a + 1ea3525 commit 4fbfef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installers/macOS/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def make_app_bundle(dist_dir, make_lite=False):
'iconfile': ICONFILE,
'dist_dir': dist_dir,
'frameworks': FRAMEWORKS,
'emulate_shell_environment': True,
'plist': {
'CFBundleDocumentTypes': [{'CFBundleTypeExtensions': EDIT_EXT,
'CFBundleTypeName': 'Text File',
Expand Down

0 comments on commit 4fbfef3

Please sign in to comment.