Skip to content

Commit f11aecc

Browse files
committed
trying to get build on github actions working
1 parent 3c16027 commit f11aecc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

mealscount-bulk-optimize.spec

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
11
# -*- mode: python ; coding: utf-8 -*-
22

3-
4-
block_cipher = None
53
import datetime
64

75
a = Analysis(
86
['mealscount-bulk-optimize.py'],
97
pathex=['.\\venv\\Lib\\site-packages\\'],
10-
binaries=[],
11-
datas=[],
128
hiddenimports=[],
139
hookspath=[],
14-
hooksconfig={},
1510
runtime_hooks=[],
16-
excludes=[],
17-
win_no_prefer_redirects=False,
18-
win_private_assemblies=False,
19-
cipher=block_cipher,
20-
noarchive=False,
2111
)
22-
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
12+
pyz = PYZ(a.pure, a.zipped_data)
2313

2414
datestamp = datetime.datetime.now().strftime("%Y%m%d")
2515
exe = EXE(

0 commit comments

Comments
 (0)