diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-01 22:31:00 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-01 22:31:00 -0500 |
| commit | c0c3169d0588077279e00986ccf87f13cca798ea (patch) | |
| tree | 2be6824254038c6511ee00cd772fd1a68d170e2b | |
| parent | 3f17e3d926588b71b7fdae321e1a8dc4451a6e5a (diff) | |
| download | Decky-Framegen-c0c3169d0588077279e00986ccf87f13cca798ea.tar.gz Decky-Framegen-c0c3169d0588077279e00986ccf87f13cca798ea.zip | |
fix: add remote binary bundling param to package.jsonDLSS-Enabler-3.03-trunk-Extraction
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a946757..0997793 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ ] } }, + "remote_binary_bundling" : false, "remote_binary": [ { "name": "dlss-enabler-setup-3.02.000.0.exe", |
