summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-08-03 14:32:35 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-08-03 14:32:35 -0400
commite0681b06efdee3dcacb6ddfca515d947b802faff (patch)
tree52c1cad716b92c784d2946d063cc36b34255ea5e /package.json
parent8df4d48cd89d636940982e60bb51b688226e630c (diff)
parentb936baab13b026d4355844d94616a622753a7370 (diff)
downloaddecky-lsfg-vk-e0681b06efdee3dcacb6ddfca515d947b802faff.tar.gz
decky-lsfg-vk-e0681b06efdee3dcacb6ddfca515d947b802faff.zip
Merge main and normalize translation locale handling
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0791681..0548f7e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "decky-lsfg-vk",
- "version": "0.12.3",
+ "version": "0.12.7",
"description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer",
"type": "module",
"scripts": {
@@ -42,6 +42,10 @@
"react-icons": "^5.3.0",
"tslib": "^2.7.0"
},
+ "optionalDependencies": {
+ "@rollup/rollup-linux-x64-gnu": "4.22.5",
+ "@rollup/rollup-linux-x64-musl": "4.22.5"
+ },
"remote_binary_bundling" : true,
"remote_binary": [
{
@@ -63,9 +67,19 @@
"name": "org.freedesktop.Platform.VulkanLayer.lsfg_vk_25.08.flatpak",
"url": "https://github.com/PancakeTAS/lsfg-vk/releases/download/v1.0.0/org.freedesktop.Platform.VulkanLayer.lsfg_vk_25.08.flatpak",
"sha256hash": "0651bda96751ef0f1314a5179585926a0cd354476790ca2616662c39fe6fae54"
+ },
+ {
+ "name": "liblsfg-vk-arm64.so",
+ "url": "https://github.com/Janleyx/decky-lsfg-vk-for-Ayn-Odin-2/releases/download/arm64-layer-3e89e54/liblsfg-vk-arm64.so",
+ "sha256hash": "2e84f8d1a1dd0344474846f6252d6f948f72caaaeab3cd316c04254be05a9949"
}
],
"pnpm": {
+ "supportedArchitectures": {
+ "cpu": ["arm64", "x64"],
+ "libc": ["glibc", "musl"],
+ "os": ["darwin", "linux"]
+ },
"peerDependencyRules": {
"ignoreMissing": [
"react",