Skip to content

Commit a8ca3a4

Browse files
author
archibate
committed
no include zeno it self
1 parent 1361d93 commit a8ca3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/launcher_linux.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
block_cipher = None
55

66
dlls=[
7-
( '../zenqt/lib/*.so', 'zenqt/lib' ),
7+
( '../zenqt/lib/libzeno_*.so', 'zenqt/lib' ),
88
]
99
assets=[
1010
( '../zenqt/assets/*', 'zenqt/assets' ),

scripts/launcher_win.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
block_cipher = None
55

66
dlls=[
7-
( '../zenqt/lib/*.dll', 'zenqt/lib' ),
7+
( '../zenqt/lib/zeno_*.dll', 'zenqt/lib' ),
88
]
99
assets=[
1010
( '../zenqt/assets/*', 'zenqt/assets' ),

0 commit comments

Comments
 (0)