[sounds] add to spec files, remove from resources
This commit is contained in:
parent
3041e0822e
commit
fc474bd29d
@ -10,6 +10,9 @@ a = Analysis(['blipblop_main.py'],
|
||||
('docs/visual_task.md', "docs"),
|
||||
('docs/auditory_task.md', "docs"),
|
||||
('docs/license.md', "docs"),
|
||||
('sounds/bell.wav', "sounds"),
|
||||
('sounds/complete.wav', "sounds"),
|
||||
('sounds/message.wav', "sounds"),
|
||||
],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
|
@ -10,6 +10,9 @@ a = Analysis(['blipblop_main.py'],
|
||||
('docs/visual_task.md', "docs"),
|
||||
('docs/auditory_task.md', "docs"),
|
||||
('docs/license.md', "docs"),
|
||||
('sounds/bell.wav', "sounds"),
|
||||
('sounds/complete.wav', "sounds"),
|
||||
('sounds/message.wav', "sounds"),
|
||||
],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
|
@ -18,11 +18,6 @@
|
||||
<file alias="results_table">icons/blipblop_table.png</file>
|
||||
<file alias="settings">icons/settings.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="sounds">
|
||||
<file alias="bell">sounds/bell.wav</file>
|
||||
<file alias="message">sounds/message.wav</file>
|
||||
<file alias="complete">sounds/complete.wav</file>
|
||||
</qresource>
|
||||
<qresource prefix="docs">
|
||||
<file alias="index">docs/index.md</file>
|
||||
<file alias="visual_task">docs/visual_task.md</file>
|
||||
|
Loading…
Reference in New Issue
Block a user