summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-31 12:14:31 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-31 12:14:31 -0500
commitd97c171618c5a04fdf885678daf791c0d9935d8d (patch)
tree56317748a4636259b49f4c47073295f25e7c6661
parentc608c52c41dd9ccc02bf937ec045c955c69563c1 (diff)
downloadDecky-Framegen-d97c171618c5a04fdf885678daf791c0d9935d8d.tar.gz
Decky-Framegen-d97c171618c5a04fdf885678daf791c0d9935d8d.zip
feat: add remote binaries for DLLs and EXEs
-rw-r--r--package.json29
1 files changed, 28 insertions, 1 deletions
diff --git a/package.json b/package.json
index 17e7cf6..b0e0ce4 100644
--- a/package.json
+++ b/package.json
@@ -48,5 +48,32 @@
"react-dom"
]
}
- }
+ },
+ "remoteBinaries": [
+ {
+ "name": "dlss-enabler-setup-3.02.000.0.exe",
+ "url": "https://github.com/artur-graniszewski/DLSS-Enabler/releases/download/3.02.000.0/dlss-enabler-setup-3.02.000.0.exe",
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+ },
+ {
+ "name": "NVIDIA-Linux-x86_64-555.52.04.run",
+ "url": "https://download.nvidia.com/XFree86/Linux-x86_64/555.52.04/NVIDIA-Linux-x86_64-555.52.04.run",
+ "sha256": "9d53ae6dbef32ae95786ec7d02bb944d5050c1c70516e6065ab5356626a44402"
+ },
+ {
+ "name": "d3dcompiler_47.dll",
+ "url": "https://raw.githubusercontent.com/mozilla/fxc2/master/dll/d3dcompiler_47.dll",
+ "sha256": "4432bbd1a390874f3f0a503d45cc48d346abc3a8c0213c289f4b615bf0ee84f3"
+ },
+ {
+ "name": "innoextract",
+ "url": "https://github.com/FakeMichau/innoextract/releases/download/6.3.0/innoextract",
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+ },
+ {
+ "name": "fakenvapi.7z",
+ "url": "https://github.com/FakeMichau/fakenvapi/releases/download/v1.2.0/fakenvapi.7z",
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+ }
+ ]
}