Installation fixes

This commit is contained in:
Pax1601
2023-11-24 21:38:55 +01:00
parent 124b909aa4
commit a879761dc2
9 changed files with 6029 additions and 4389 deletions

View File

@@ -1,9 +1,6 @@
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(
['configurator.py'],
pathex=[],
@@ -14,18 +11,14 @@ a = Analysis(
hooksconfig={},
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)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='configurator',