Skip to content

Commit

Permalink
Merge pull request #6 from devanshusanghani:multiple-file-feature-branch
Browse files Browse the repository at this point in the history
Multiple-file-feature-branch
  • Loading branch information
devanshusanghani authored Jan 14, 2025
2 parents 72c0ff3 + 3369a4b commit 7738640
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spatialmedia/spatial_media_metadata_injector.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ if sys.platform == 'darwin':
icon=None,
bundle_identifier=None,
info_plist={'NSHighResolutionCapable': 'True'})
if sys.platform.startswith('linux'):
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
name='Spatial Media Metadata Injector',
debug=False,
strip=False,
upx=True,
console=False)

0 comments on commit 7738640

Please sign in to comment.