summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-23 23:18:55 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-23 23:18:55 -0400
commitf4c0980e78817c4922e0f127710e59ad8e76e17c (patch)
tree70d1557de76a581efd68133995b5915bc85a774e /main.py
parent129472bd45c6a3c95663c14b80548b99917a9d3d (diff)
downloadDecky-Framegen-f4c0980e78817c4922e0f127710e59ad8e76e17c.tar.gz
Decky-Framegen-f4c0980e78817c4922e0f127710e59ad8e76e17c.zip
fix rename and cleanup procv0.12.5v0.12.4
Diffstat (limited to 'main.py')
-rw-r--r--main.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/main.py b/main.py
index 13dc110..76a7b22 100644
--- a/main.py
+++ b/main.py
@@ -185,8 +185,8 @@ class Plugin:
}
# Copy additional individual files from bin directory
- # Note: v0.9.0-pre4 includes dlssg_to_fsr3_amd_is_better.dll, fakenvapi.dll, and fakenvapi.ini in the 7z
- # Only copy files that aren't already in the archive or need to be updated
+ # Note: v0.9.0-pre3+ includes dlssg_to_fsr3_amd_is_better.dll, fakenvapi.dll, and fakenvapi.ini in the 7z
+ # Only copy files that aren't already in the archive (separate remote binaries)
additional_files = [
"nvngx.dll", # nvidia dll from streamline sdk, not bundled in opti
"OptiPatcher_v0.30.asi" # ASI plugin for OptiScaler spoofing
@@ -260,6 +260,8 @@ class Plugin:
version_match = optiscaler_archive.name.replace('.7z', '')
if 'OptiScaler_' in version_match:
version = 'v' + version_match.split('OptiScaler_')[1]
+ elif 'Optiscaler_' in version_match:
+ version = 'v' + version_match.split('Optiscaler_')[1]
else:
version = version_match
@@ -348,7 +350,7 @@ class Plugin:
"OptiScaler.dll",
"OptiScaler.ini",
"dlssg_to_fsr3_amd_is_better.dll",
- "fakenvapi.dll", # v0.9.0-pre4 uses fakenvapi.dll (gets renamed to nvapi64.dll in game folder)
+ "fakenvapi.dll", # v0.9.0-pre3+ includes fakenvapi.dll in archive
"fakenvapi.ini",
"nvngx.dll",
"amd_fidelityfx_dx12.dll",