Skip to content

Commit 15a3db4

Browse files
committed
Add external folder for LHM dll
1 parent 8241f20 commit 15a3db4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

turing-system-monitor.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ configure_a = Analysis(
66
['configure.py'],
77
pathex=[],
88
binaries=[],
9-
datas=[('res', 'res'), ('config.yaml', '.')],
9+
datas=[('res', 'res'), ('config.yaml', '.'), ('external', 'external')],
1010
hiddenimports=[],
1111
hookspath=[],
1212
hooksconfig={},
@@ -44,7 +44,7 @@ main_a = Analysis(
4444
['main.py'],
4545
pathex=[],
4646
binaries=[],
47-
datas=[('res', 'res'), ('config.yaml', '.')],
47+
datas=[('res', 'res'), ('config.yaml', '.'), ('external', 'external')],
4848
hiddenimports=[],
4949
hookspath=[],
5050
hooksconfig={},
@@ -82,7 +82,7 @@ editor_a = Analysis(
8282
['theme-editor.py'],
8383
pathex=[],
8484
binaries=[],
85-
datas=[('res', 'res'), ('config.yaml', '.')],
85+
datas=[('res', 'res'), ('config.yaml', '.'), ('external', 'external')],
8686
hiddenimports=[],
8787
hookspath=[],
8888
hooksconfig={},

0 commit comments

Comments
 (0)