From d72b3c100fe3afb66ce54b5f1603bf63e8483b76 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 8 Feb 2025 21:56:11 -0500 Subject: fix: add uninstaller script to binaries, fix prep script comment out unused processes --- defaults/assets/prepare.sh | 8 ++++---- 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" } ] } + + -- cgit v1.2.3