diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-06 21:59:46 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-06 21:59:46 -0400 |
| commit | 3c84c593376829298cc17c6d347bccb54a11636a (patch) | |
| tree | 87bcbbe1362c8548ade1ba1d5b0abf8fe6de74b3 | |
| parent | 598931c87995a9e2f3af045ca51c736729ae5197 (diff) | |
| download | decky-lsfg-vk-3c84c593376829298cc17c6d347bccb54a11636a.tar.gz decky-lsfg-vk-3c84c593376829298cc17c6d347bccb54a11636a.zip | |
fix: publish SteamOS decimal-config layer
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 4 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 x86_64 layer uses the patched statically linked prerelease [`v2.0.0-decky.4-runtime-1x`](https://github.com/xXJSONDeruloXx/lsfg-vk/releases/tag/v2.0.0-decky.4-runtime-1x); 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 x86_64 layer uses the patched statically linked prerelease [`v2.0.0-decky.5-runtime-1x`](https://github.com/xXJSONDeruloXx/lsfg-vk/releases/tag/v2.0.0-decky.5-runtime-1x); 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 72ef5b0..82a84ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-lsfg-vk", - "version": "0.13.3", + "version": "0.13.4", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { @@ -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.4-runtime-1x/lsfg-vk-layer-x86_64.tar.xz", - "sha256hash": "c8478d791076b143d787dad05f791000d47df733d3881fcff67e8c73298dfbe2" + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/v2.0.0-decky.5-runtime-1x/lsfg-vk-layer-x86_64.tar.xz", + "sha256hash": "1846a9cb2e599eb27c5d93e091c17f2ea38d1c0f0c45d03c4ee4c1e8d4e6bf86" }, { "name": "lsfg-vk-layer-aarch64.tar.xz", |
