summaryrefslogtreecommitdiff
path: root/defaults/assets
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-08 21:56:11 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-08 21:56:11 -0500
commitd72b3c100fe3afb66ce54b5f1603bf63e8483b76 (patch)
treee43b9248c1d0d4bc2787fe823226061348c6b598 /defaults/assets
parent7610a999acfbec235eb25030dcbb8ecdb98a186a (diff)
downloadDecky-Framegen-d72b3c100fe3afb66ce54b5f1603bf63e8483b76.tar.gz
Decky-Framegen-d72b3c100fe3afb66ce54b5f1603bf63e8483b76.zip
fix: add uninstaller script to binaries, fix prep script comment out unused processes
Diffstat (limited to 'defaults/assets')
-rwxr-xr-xdefaults/assets/prepare.sh8
1 files changed, 4 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