diff options
| -rw-r--r-- | main.py | 8 | ||||
| -rw-r--r-- | package.json | 12 |
2 files changed, 10 insertions, 10 deletions
@@ -14,14 +14,14 @@ class Plugin: async def install_lsfg_vk(self) -> dict: """Install lsfg-vk by extracting the zip file to ~/.local""" try: - # Get the path to the lsfg-vk.zip file in the bin directory + # Get the path to the lsfg-vk_archlinux.zip file in the bin directory plugin_dir = os.path.dirname(os.path.realpath(__file__)) - zip_path = os.path.join(plugin_dir, "bin", "lsfg-vk.zip") + zip_path = os.path.join(plugin_dir, "bin", "lsfg-vk_archlinux.zip") # Check if the zip file exists if not os.path.exists(zip_path): - decky.logger.error(f"lsfg-vk.zip not found at {zip_path}") - return {"success": False, "error": "lsfg-vk.zip file not found"} + decky.logger.error(f"lsfg-vk_archlinux.zip not found at {zip_path}") + return {"success": False, "error": "lsfg-vk_archlinux.zip file not found"} # Get the user's home directory user_home = os.path.expanduser("~") diff --git a/package.json b/package.json index c0034f5..4c285df 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,12 @@ }, "remote_binary_bundling" : true, "remote_binary": [ - { - "name": "lsfg-vk.zip", - "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/upstream-16230043267/lsfg-vk.zip", - "sha256hash": "e5556bdd64a849e9418ab6665bd05b87ba26dbeda295a8fe9a069a9af6bc4232" - } -], + { + "name": "lsfg-vk_archlinux.zip", + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/upstream-16241554722/lsfg-vk_archlinux.zip", + "sha256hash": "46f3ea5e8e01d0f1c52310f9f0918ee9229c89dc1e901788219662d7e7a3e99a" + } + ], "pnpm": { "peerDependencyRules": { "ignoreMissing": [ |
