diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 16:23:18 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 16:23:18 -0400 |
| commit | 16eee88ad5696e855dbb05993e6a4393ae137bc1 (patch) | |
| tree | 28096c2d838952e7b8f71d9ad83ceaec181b0ef8 /py_modules | |
| parent | d73ef3cc7d248d7eba8bc4979d604cf500f2d232 (diff) | |
| download | decky-lsfg-vk-16eee88ad5696e855dbb05993e6a4393ae137bc1.tar.gz decky-lsfg-vk-16eee88ad5696e855dbb05993e6a4393ae137bc1.zip | |
update url in dl new ver logic, bump version number
Diffstat (limited to 'py_modules')
| -rw-r--r-- | py_modules/lsfg_vk/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py_modules/lsfg_vk/plugin.py b/py_modules/lsfg_vk/plugin.py index 63385f4..c1ffdf6 100644 --- a/py_modules/lsfg_vk/plugin.py +++ b/py_modules/lsfg_vk/plugin.py @@ -338,7 +338,7 @@ class Plugin: decky.logger.warning(f"Failed to read package.json: {e}") # Fetch most recent release from GitHub (including pre-releases) - api_url = "https://api.github.com/repos/xXJSONDeruloXx/decky-lossless-scaling-vk/releases" + api_url = "https://api.github.com/repos/xXJSONDeruloXx/decky-lsfg-vk/releases" try: # Create SSL context that doesn't verify certificates @@ -414,7 +414,7 @@ class Plugin: # Create download path downloads_dir = Path.home() / "Downloads" downloads_dir.mkdir(exist_ok=True) - download_path = downloads_dir / "decky-lossless-scaling-vk.zip" + download_path = downloads_dir / "decky-lsfg-vk.zip" # Remove existing file if it exists if download_path.exists(): |
