|
Last change
on this file since ba17441 was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
658 bytes
|
| Line | |
|---|
| 1 | # -*- mode: python ; coding: utf-8 -*-
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | a = Analysis(
|
|---|
| 5 | ['sctry.py'],
|
|---|
| 6 | pathex=[],
|
|---|
| 7 | binaries=[],
|
|---|
| 8 | datas=[],
|
|---|
| 9 | hiddenimports=[],
|
|---|
| 10 | hookspath=[],
|
|---|
| 11 | hooksconfig={},
|
|---|
| 12 | runtime_hooks=[],
|
|---|
| 13 | excludes=[],
|
|---|
| 14 | noarchive=False,
|
|---|
| 15 | optimize=0,
|
|---|
| 16 | )
|
|---|
| 17 | pyz = PYZ(a.pure)
|
|---|
| 18 |
|
|---|
| 19 | exe = EXE(
|
|---|
| 20 | pyz,
|
|---|
| 21 | a.scripts,
|
|---|
| 22 | a.binaries,
|
|---|
| 23 | a.datas,
|
|---|
| 24 | [],
|
|---|
| 25 | name='sctry',
|
|---|
| 26 | debug=False,
|
|---|
| 27 | bootloader_ignore_signals=False,
|
|---|
| 28 | strip=False,
|
|---|
| 29 | upx=True,
|
|---|
| 30 | upx_exclude=[],
|
|---|
| 31 | runtime_tmpdir=None,
|
|---|
| 32 | console=True,
|
|---|
| 33 | disable_windowed_traceback=False,
|
|---|
| 34 | argv_emulation=False,
|
|---|
| 35 | target_arch=None,
|
|---|
| 36 | codesign_identity=None,
|
|---|
| 37 | entitlements_file=None,
|
|---|
| 38 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.