diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 11:11:44 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 11:11:44 -0400 |
| commit | 4082bfcb62dc16950a3c86d7f17e9ba7a13e84e8 (patch) | |
| tree | 310ba7c0bac6e6016baa1b026557c9384f7a9a5e | |
| parent | 6435769b270c8f849839a971f21b802a3f70662e (diff) | |
| download | decky-lsfg-vk-4082bfcb62dc16950a3c86d7f17e9ba7a13e84e8.tar.gz decky-lsfg-vk-4082bfcb62dc16950a3c86d7f17e9ba7a13e84e8.zip | |
fix: point plugin at dynamic Decky layer release
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ A Decky plugin that streamlines the installation of **lsfg-vk** ([Lossless Scaling Frame Generation Vulkan layer](https://github.com/PancakeTAS/lsfg-vk)) on Steam Deck, allowing you to use the Lossless Scaling frame generation features on Linux with a controller friendly UI in SteamOS, Bazzite, or any other Linux platform compatible with Decky Loader. -> The v2 x86_64 and Flatpak payloads remain pinned to [`v2.0.0-decky.2`](https://github.com/xXJSONDeruloXx/lsfg-vk/releases/tag/v2.0.0-decky.2); the Armada/aarch64 layer uses the rebuilt ARM-port prerelease [`v2.0.0-decky.3-arm64`](https://github.com/xXJSONDeruloXx/lsfg-vk-arm64/releases/tag/v2.0.0-decky.3-arm64). +> The v2 x86_64 layer uses the rebuilt fork prerelease [`v2.0.0-decky.3`](https://github.com/xXJSONDeruloXx/lsfg-vk/releases/tag/v2.0.0-decky.3); the Flatpak payloads remain pinned to [`v2.0.0-decky.2`](https://github.com/xXJSONDeruloXx/lsfg-vk/releases/tag/v2.0.0-decky.2), and the Armada/aarch64 layer uses the rebuilt ARM-port prerelease [`v2.0.0-decky.3-arm64`](https://github.com/xXJSONDeruloXx/lsfg-vk-arm64/releases/tag/v2.0.0-decky.3-arm64). ## Installation diff --git a/package.json b/package.json index f775a22..ff584a8 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "remote_binary": [ { "name": "lsfg-vk-layer-x86_64.tar.xz", - "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/v2.0.0-decky.2/lsfg-vk-layer-x86_64.tar.xz", - "sha256hash": "3bf5baaf391c6240de9978161a68aa8c9a54eff4246b79f9ea5b2ad1ec1a53a4" + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/v2.0.0-decky.3/lsfg-vk-layer-x86_64.tar.xz", + "sha256hash": "56c272fce333c420ee68522b3c5ba1509787ecb714e4c1217be69ba9d4985007" }, { "name": "lsfg-vk-layer-aarch64.tar.xz", |
