diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-29 07:53:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-29 10:53:45 -0400 |
| commit | 0b5e71fe916e92ef9ecf7de91ca43371c4bd6d25 (patch) | |
| tree | 30793600da162d9d8fcc63cddeebb1e5a0b058cb /package.json | |
| parent | 526e4e590bb0125f7f7a08e214986afec73e7439 (diff) | |
| download | Decky-Framegen-0b5e71fe916e92ef9ecf7de91ca43371c4bd6d25.tar.gz Decky-Framegen-0b5e71fe916e92ef9ecf7de91ca43371c4bd6d25.zip | |
wording and layout tweaks (#125)v0.11.8
* wording and layout tweaks
* red in remove button
* reorganize frontend components
* fix ld preload permissions issue for decky 3.1.10
* bump ver
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 42ccb30..eae30d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-framegen", - "version": "0.11.6", + "version": "0.11.8", "description": "plugin to install OptiScaler bleeding-edge and enable upscaling and framegen in a large variety of games.", "type": "module", "scripts": { @@ -49,7 +49,7 @@ ] } }, - "remote_binary_bundling" : true, + "remote_binary_bundling" : false, "remote_binary": [ { |
