HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/360.naniguide.com/tools/spatialmedia/spatial_media_metadata_injector.spec
# -*- mode: python -*-
# PyInstaller spec.

import sys

block_cipher = None

a = Analysis(['gui.py'],
             binaries=None,
             datas=None,
             hiddenimports=[],
             hookspath=[],
             runtime_hooks=[],
             excludes=[],
             win_no_prefer_redirects=False,
             win_private_assemblies=False,
             cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
          cipher=block_cipher)
exe = EXE(pyz,
          a.scripts,
          a.binaries,
          a.zipfiles,
          a.datas,
          name='Spatial Media Metadata Injector',
          debug=False,
          strip=False,
          upx=True,
          console=False )
if sys.platform == 'darwin':
    app = BUNDLE(exe,
                 name='Spatial Media Metadata Injector.app',
                 icon=None,
                 bundle_identifier=None,
                 info_plist={'NSHighResolutionCapable': 'True'})