diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-08 19:25:14 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-08 19:25:14 -0500 |
| commit | a348c28e9f8da22cc2b73a130bc8c775cef1888e (patch) | |
| tree | fc3200b3cdc930a067f9b0ccd6e95aa45f7f07b6 | |
| parent | d5effe925351709cfa10d09679acb3e8ab83d848 (diff) | |
| download | Decky-Framegen-a348c28e9f8da22cc2b73a130bc8c775cef1888e.tar.gz Decky-Framegen-a348c28e9f8da22cc2b73a130bc8c775cef1888e.zip | |
feat: fix file check, add in automations, dl required files
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | package.json | 22 |
2 files changed, 22 insertions, 2 deletions
@@ -3,7 +3,7 @@ The following license applies to both the original template and all modification BSD 3-Clause License -Copyright (c) 2024, Hypothetical Plugin Developer +Copyright (c) 2024, Kurt Himebauch (JSON Derulo) Original Copyright (c) 2022-2024, Steam Deck Homebrew All rights reserved. diff --git a/package.json b/package.json index acb54d4..e77f0cf 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ ] } }, - "remote_binary_bundling" : false, + "remote_binary_bundling" : true, "remote_binary": [ { "name": "DisableNvidiaSignatureChecks.reg", @@ -67,6 +67,11 @@ "sha256hash": "52a68acc4e477eeff598b5ca01f26215dc5aa487c8f150b02c27ad099c11de0b" }, { + "name": "nvngx.dll", + "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/troubleshoot-binaries/nvngx.dll", + "sha256hash": "6bb7f36f7dc3fffd588f2c6d2341c13f2a690ade0a7ef6c74ccdb2387cd5952e" + }, + { "name": "amd_fidelityfx_dx12.dll", "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/troubleshoot-binaries/amd_fidelityfx_dx12.dll", "sha256hash": "c26646242680e78eec30502f8a31e46de453966915a9645fde7b19f9e270c2c7" @@ -120,6 +125,21 @@ "name": "libxess.dll", "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/troubleshoot-binaries/libxess.dll", "sha256hash": "703ab8debc05ae209f6e4622cc06edf9f95a241f7ce68ee75c8955564d36ad70" + }, + { + "name": "dlssg_to_fsr3_amd_is_better-3.0.dll", + "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/troubleshoot-binaries/dlssg_to_fsr3_amd_is_better-3.0.dll", + "sha256hash": "ce794bd6489068bd316e38aceb6db323766a2172ecada0e868913526c8c06ab0" + }, + { + "name": "nvngx.ini", + "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/troubleshoot-binaries/nvngx.ini", + "sha256hash": "1139094f05deaa1006f1cd6d219fd9f0fca78f4aa45e4934f5d47ef7a03ee707" + }, + { + "name": "fakenvapi.ini", + "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/troubleshoot-binaries/fakenvapi.ini", + "sha256hash": "672d65665cddb21a10b525daa987179871ddf97f328861a3e4b6a76671457e28" } ] } |
