Skip to content

Commit

Permalink
Updated .spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Luois45 committed Feb 13, 2022
1 parent 0d29ffe commit b0fb88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activate_packages-headless.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
block_cipher = None


a = Analysis(['activate_packages-headless.py'],
a = Analysis(['activate_packages.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
Expand Down
1 change: 1 addition & 0 deletions activate_packages.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ a = Analysis(['activate_packages.py'],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
Expand Down

0 comments on commit b0fb88a

Please sign in to comment.