We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c16027 commit f11aeccCopy full SHA for f11aecc
mealscount-bulk-optimize.spec
@@ -1,25 +1,15 @@
1
# -*- mode: python ; coding: utf-8 -*-
2
3
-
4
-block_cipher = None
5
import datetime
6
7
a = Analysis(
8
['mealscount-bulk-optimize.py'],
9
pathex=['.\\venv\\Lib\\site-packages\\'],
10
- binaries=[],
11
- datas=[],
12
hiddenimports=[],
13
hookspath=[],
14
- hooksconfig={},
15
runtime_hooks=[],
16
- excludes=[],
17
- win_no_prefer_redirects=False,
18
- win_private_assemblies=False,
19
- cipher=block_cipher,
20
- noarchive=False,
21
)
22
-pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
+pyz = PYZ(a.pure, a.zipped_data)
23
24
datestamp = datetime.datetime.now().strftime("%Y%m%d")
25
exe = EXE(
0 commit comments