fetchmirrorsgui.spec 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # -*- mode: python ; coding: utf-8 -*-
  2. block_cipher = None
  3. a = Analysis(['fetchmirrorsgui.py'],
  4. pathex=['/home/andrew/Desktop/fetchMirrorsGui-nab'],
  5. binaries=[],
  6. datas=[],
  7. hiddenimports=[],
  8. hookspath=[],
  9. hooksconfig={},
  10. runtime_hooks=[],
  11. excludes=[],
  12. win_no_prefer_redirects=False,
  13. win_private_assemblies=False,
  14. cipher=block_cipher,
  15. noarchive=False)
  16. pyz = PYZ(a.pure, a.zipped_data,
  17. cipher=block_cipher)
  18. exe = EXE(pyz,
  19. a.scripts,
  20. a.binaries,
  21. a.zipfiles,
  22. a.datas,
  23. [],
  24. name='fetchmirrorsgui',
  25. debug=False,
  26. bootloader_ignore_signals=False,
  27. strip=False,
  28. upx=True,
  29. upx_exclude=[],
  30. runtime_tmpdir=None,
  31. console=True,
  32. disable_windowed_traceback=False,
  33. target_arch=None,
  34. codesign_identity=None,
  35. entitlements_file=None )