Skip to content

Commit

Permalink
test123
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed May 20, 2024
1 parent 72f3037 commit 7260c8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions qitv-macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries, + [
a.binaries + [
("libvlc.dylib", os.path.join(VLC_PATH, 'MacOS/lib/libvlc.dylib'), "BINARY"),
("libvlccore.dylib", os.path.join(VLC_PATH, 'MacOS/lib/libvlccore.dylib'), "BINARY"),
]
("libvlccore.dylib", os.path.join(VLC_PATH, 'MacOS/lib/libvlccore.dylib'), "BINARY")
],
#a.binaries,
a.datas,
[],
name='qitv',
Expand Down

0 comments on commit 7260c8d

Please sign in to comment.