From 96c76b19abaea42044ac33436cc70e0bc586fd84 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 3 Feb 2025 14:37:17 -0500 Subject: fix: check fgmod path file list fix --- defaults/assets/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defaults/assets') diff --git a/defaults/assets/prepare.sh b/defaults/assets/prepare.sh index 83d428d..f6ff39f 100755 --- a/defaults/assets/prepare.sh +++ b/defaults/assets/prepare.sh @@ -23,7 +23,7 @@ cd "$mod_path" || exit 1 cp "$bin_path/assets.zip" . # Unzip assets.zip so that all files are in the modpath root, then remove the zip file -unzip -o assets.zip && rm assets.zip +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 -- cgit v1.2.3