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, 0 insertions, 35 deletions
diff --git a/Redim.spec b/Redim.spec deleted file mode 100644 index 90e7672..0000000 --- a/Redim.spec +++ /dev/null @@ -1,35 +0,0 @@ -# -*- 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') |
