From 20b3d55f9ce336bf9996ed554884ee1fb08c9759 Mon Sep 17 00:00:00 2001 From: Nodude <75137537+NodudeWasTaken@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:39:03 +0200 Subject: [PATCH] Fix bug --- qt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.spec b/qt.spec index aafc2a1..b5d91a6 100755 --- a/qt.spec +++ b/qt.spec @@ -8,7 +8,7 @@ a = Analysis( ['qt.py'], pathex=[], binaries=[], - datas=[("dancerUI.ui",".")], + datas=[(".",)], hiddenimports=[ "librosa", "librosa.feature",