diff options
| author | Debulois Quentin <quentin.debulois@gmail.com> | 2020-09-20 16:18:18 +0200 |
|---|---|---|
| committer | Debulois Quentin <quentin.debulois@gmail.com> | 2020-09-20 16:18:18 +0200 |
| commit | 79e091c7c3796e6a4fd35ffb5b54b9e626954caa (patch) | |
| tree | d651f9142a52f1e2ea8caa2ff7904bbb09c10bd2 /redim.spec | |
| parent | dd8d8cbdd2394a487e9dc4badf8798d2b9df374a (diff) | |
Enfin POO OK.
Diffstat (limited to 'redim.spec')
| -rw-r--r-- | redim.spec | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/redim.spec b/redim.spec new file mode 100644 index 0000000..90e7672 --- /dev/null +++ b/redim.spec @@ -0,0 +1,35 @@ +# -*- mode: python ; coding: utf-8 -*- + +block_cipher = None + + +a = Analysis(['Redim/main.py'], + pathex=[], + binaries=[], + datas=[], + hiddenimports=['Pillow'], + hookspath=[], + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False) + +pyz = PYZ(a.pure, a.zipped_data, + cipher=block_cipher) + +exe = EXE(pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='Redim', + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=True , icon='Redim/Ressources/icon.ico') |
