diff --git a/pyproject.toml b/pyproject.toml index ca39ad6..063ec67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voicemeeter-api" -version = "2.5.3" +version = "2.5.4" description = "A Python wrapper for the Voiceemeter API" authors = ["onyx-and-iris "] license = "MIT" diff --git a/voicemeeterlib/inst.py b/voicemeeterlib/inst.py index 9a29dda..7eb7ca3 100644 --- a/voicemeeterlib/inst.py +++ b/voicemeeterlib/inst.py @@ -31,7 +31,7 @@ def get_vmpath(): with winreg.OpenKey( winreg.HKEY_LOCAL_MACHINE, r"{}".format("\\".join((REG_KEY, VM_KEY))) ) as vm_key: - return winreg.QueryValueEx(vm_key, r"UninstallString")[0] + return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip('"') try: