Skip to content

Commit 106036a

Browse files
committed
fix: include the qml file for the playback control
1 parent f18cc62 commit 106036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

friture.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if platform.system() == "Windows":
8282
a = Analysis(['main.py'],
8383
pathex=pathex,
8484
binaries=[],
85-
datas= [('friture/*.qml', '.' ), ('friture/*.js', '.' )],
85+
datas= [('friture/*.qml', '.' ), ('friture/playback/*.qml', 'playback' ), ('friture/*.js', '.' )],
8686
hiddenimports=[],
8787
hookspath=["installer/pyinstaller-hooks"], # our custom hooks for python-sounddevice
8888
runtime_hooks=[],

0 commit comments

Comments
 (0)