Skip to content

Commit

Permalink
trying to get build on github actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajbaer committed Feb 26, 2024
1 parent 3c16027 commit f11aecc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions mealscount-bulk-optimize.spec
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
# -*- mode: python ; coding: utf-8 -*-


block_cipher = None
import datetime

a = Analysis(
['mealscount-bulk-optimize.py'],
pathex=['.\\venv\\Lib\\site-packages\\'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
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, a.zipped_data)

datestamp = datetime.datetime.now().strftime("%Y%m%d")
exe = EXE(
Expand Down

0 comments on commit f11aecc

Please sign in to comment.