summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJsonDeruloXx <danielhimebauch@gmail.com>2026-08-02 13:36:22 -0400
committerxXJsonDeruloXx <danielhimebauch@gmail.com>2026-08-02 13:36:22 -0400
commitb1f2a36ed17928fb98a22d70ce6f39fd967a143c (patch)
treedb538bdc93015ac5d3271c7a5b00fe93d28cb491
parent6c5e8a8ef81b7b3d2bf19b1783250e6b0cefedf7 (diff)
downloaddecky-lsfg-vk-b1f2a36ed17928fb98a22d70ce6f39fd967a143c.tar.gz
decky-lsfg-vk-b1f2a36ed17928fb98a22d70ce6f39fd967a143c.zip
chore: release v0.12.6v0.12.6
-rw-r--r--package.json11
-rw-r--r--pnpm-lock.yaml7
2 files changed, 17 insertions, 1 deletions
diff --git a/package.json b/package.json
index 347820b..2671260 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "decky-lsfg-vk",
- "version": "0.12.5",
+ "version": "0.12.6",
"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": [
{
@@ -71,6 +75,11 @@
}
],
"pnpm": {
+ "supportedArchitectures": {
+ "cpu": ["arm64", "x64"],
+ "libc": ["glibc", "musl"],
+ "os": ["darwin", "linux"]
+ },
"peerDependencyRules": {
"ignoreMissing": [
"react",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8f954a4..cad45b2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -17,6 +17,13 @@ importers:
tslib:
specifier: ^2.7.0
version: 2.7.0
+ optionalDependencies:
+ '@rollup/rollup-linux-x64-gnu':
+ specifier: 4.22.5
+ version: 4.22.5
+ '@rollup/rollup-linux-x64-musl':
+ specifier: 4.22.5
+ version: 4.22.5
devDependencies:
'@decky/rollup':
specifier: ^1.0.1