Skip to content

Commit

Permalink
SPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibiavatti1 committed Nov 5, 2021
1 parent 10f7ea1 commit d50477d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions cehub.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ block_cipher = None


a = Analysis(['main.py'],
pathex=['c:\\git\\CEHub\\.venv\\Lib\\site-packages'],
pathex=['C:\\git\\CEHub\\.venv\\Lib\\site-packages', 'C:\\git\\CEHub'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
Expand All @@ -19,12 +18,11 @@ a = Analysis(['main.py'],
noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)

exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
a.datas,
[],
name='cehub',
debug=False,
Expand All @@ -33,8 +31,4 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None )
console=False )

0 comments on commit d50477d

Please sign in to comment.