diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-08 21:56:11 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-08 21:56:11 -0500 |
| commit | d72b3c100fe3afb66ce54b5f1603bf63e8483b76 (patch) | |
| tree | e43b9248c1d0d4bc2787fe823226061348c6b598 | |
| parent | 7610a999acfbec235eb25030dcbb8ecdb98a186a (diff) | |
| download | Decky-Framegen-d72b3c100fe3afb66ce54b5f1603bf63e8483b76.tar.gz Decky-Framegen-d72b3c100fe3afb66ce54b5f1603bf63e8483b76.zip | |
fix: add uninstaller script to binaries, fix prep script comment out unused processes
| -rwxr-xr-x | defaults/assets/prepare.sh | 8 | ||||
| -rw-r--r-- | package.json | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/defaults/assets/prepare.sh b/defaults/assets/prepare.sh index e09abee..65f92e1 100755 --- a/defaults/assets/prepare.sh +++ b/defaults/assets/prepare.sh @@ -19,12 +19,12 @@ cd "$mod_path" || exit 1 # Copy all files from bin directory into the current directory cp "$bin_path"/* . -# Unzip assets.zip so that all files are in the modpath root, then remove the zip file -unzip -j -o assets.zip && rm assets.zip +# # Unzip assets.zip so that all files are in the modpath root, then remove the zip file +# unzip -j -o assets.zip && rm assets.zip # Copy fgmod.sh and fgmod-uninstaller.sh from defaults/assets -cp "$assets_path/fgmod.sh" "$mod_path/fgmod" || exit 1 -cp "$assets_path/fgmod-uninstaller.sh" "$mod_path" || exit 1 +# cp "$assets_path/fgmod.sh" "$mod_path/fgmod" || exit 1 +# cp "$assets_path/fgmod-uninstaller.sh" "$mod_path" || exit 1 # Update paths in scripts sed -i 's|mod_path="/usr/share/fgmod"|mod_path="'"$mod_path"'"|g' fgmod diff --git a/package.json b/package.json index ba6d058..52ff7fc 100644 --- a/package.json +++ b/package.json @@ -146,6 +146,13 @@ "name": "nvngx.ini", "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/binaries-DLSS-Enabler-3.02-Stable/nvngx.ini", "sha256hash": "3e083428c87054235aedb61cb4cc5afa1716a540146b978ddcd3ce2d590292a8" + }, + { + "name": "fgmod-uninstaller.sh", + "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen/releases/download/binaries-DLSS-Enabler-3.02-Stable/fgmod-uninstaller.sh", + "sha256hash": "6a61ee21f587ad1976522a36adfa610140f2b486fbc812ca334b55ce50fcd395" } ] } + + |
