revert decky_plugin pyinstaller to previous version and fix sys path

This commit is contained in:
marios8543
2023-10-26 23:25:00 +03:00
parent a7669799bc
commit ffe9cd8afe
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ def main():
logger.warning(f"decky is running as an unprivileged user, this is not officially supported and may cause issues")
# Append the loader's plugin path to the recognized python paths
sys.path.append(path.join(path.dirname(__file__), "plugin"))
sys.path.append(path.join(path.dirname(__file__), "..", "plugin"))
# Append the system and user python paths
sys.path.extend(get_system_pythonpaths())