From 34d93163c49c8bef90c1ea437a05b2ef4460b3f5 Mon Sep 17 00:00:00 2001 From: cidoku Date: Sun, 12 Oct 2025 19:06:42 -0300 Subject: [PATCH] typo --- quicksetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quicksetup.py b/quicksetup.py index 27bb9a6..edbe02e 100644 --- a/quicksetup.py +++ b/quicksetup.py @@ -100,7 +100,7 @@ zip_ref = zipfile.ZipFile(BASSFLACZIP, 'r') zip_ref.extract(BASSFLACDLL) zip_ref.close() -if platform.system() == "Windows" and arch == "x64/" +if platform.system() == "Windows" and arch == "x64/": os.rename(BASSDLL, "bass.dll") os.rename(BASSOPUSDLL, "bassopus.dll") os.rename(BASSFLACDLL, "bassflac.dll")