From fc474bd29da5a3380b80234c8f462ef1020aa0e0 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Fri, 12 Mar 2021 12:14:41 +0100 Subject: [PATCH] [sounds] add to spec files, remove from resources --- blipblop_darwin.spec | 3 +++ blipblop_linux.spec | 3 +++ resources.qrc | 5 ----- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/blipblop_darwin.spec b/blipblop_darwin.spec index fa5ca9d..cbfb7ef 100644 --- a/blipblop_darwin.spec +++ b/blipblop_darwin.spec @@ -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=[], diff --git a/blipblop_linux.spec b/blipblop_linux.spec index 22f86b4..36cd04e 100644 --- a/blipblop_linux.spec +++ b/blipblop_linux.spec @@ -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=[], diff --git a/resources.qrc b/resources.qrc index 24ddf5d..feb0ca0 100644 --- a/resources.qrc +++ b/resources.qrc @@ -18,11 +18,6 @@ icons/blipblop_table.png icons/settings.png - - sounds/bell.wav - sounds/message.wav - sounds/complete.wav - docs/index.md docs/visual_task.md