Skip to content

Commit 29797cf

Browse files
committed
update SPEC
1 parent 08fdf89 commit 29797cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main-onedir.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ a = Analysis(['main.py'],
77
pathex=['C:\\Windows\\System32\\downlevel', 'C:\\Users\\john\\PycharmProjects\\WebControl'],
88
binaries=[],
99
datas=[('templates', 'templates'), ('firmware','firmware'), ('static', 'static'), ('tools', 'tools'),('defaultwebcontrol.json', '.')],
10-
hiddenimports=['flask', 'clr', 'gevent', 'gevent-websocket', 'engineio.async_gevent', 'distro'],
10+
hiddenimports=['flask', 'flask-misaka', 'clr', 'gevent', 'gevent-websocket', 'engineio.async_gevent', 'distro'],
1111
hookspath=[],
1212
runtime_hooks=[],
1313
excludes=[],
@@ -32,4 +32,4 @@ coll = COLLECT(exe,
3232
a.datas,
3333
strip=False,
3434
upx=True,
35-
name='main')
35+
name='main')

main.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a = Analysis(['main.py'],
66
pathex=['C:\\Windows\\System32\\downlevel', 'C:\\Users\\john\\PycharmProjects\\WebControl', 'C:\\Users\\jhoga\\Documents\\GitHub\\WebControl'],
77
binaries=[],
88
datas=[('templates', 'templates'), ('firmware','firmware'), ('static', 'static'), ('tools', 'tools'), ('defaultwebcontrol.json', '.')],
9-
hiddenimports=['flask', 'clr', 'gevent', 'gevent-websocket', 'engineio.async_gevent', 'psutil', 'distro'],
9+
hiddenimports=['flask', 'flask-misaka', 'clr', 'gevent', 'gevent-websocket', 'engineio.async_gevent', 'psutil', 'distro'],
1010
hookspath=[],
1111
runtime_hooks=[],
1212
excludes=[],
@@ -29,4 +29,4 @@ exe = EXE(pyz,
2929
upx=True,
3030
upx_exclude=[],
3131
runtime_tmpdir=None,
32-
console=True )
32+
console=True )

0 commit comments

Comments
 (0)