From 79e091c7c3796e6a4fd35ffb5b54b9e626954caa Mon Sep 17 00:00:00 2001 From: Debulois Quentin Date: Sun, 20 Sep 2020 16:18:18 +0200 Subject: Enfin POO OK. --- redim.spec | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 redim.spec (limited to 'redim.spec') 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') -- cgit v1.2.3