diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-03 14:37:17 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-03 14:37:17 -0500 |
| commit | 96c76b19abaea42044ac33436cc70e0bc586fd84 (patch) | |
| tree | 2ea52d96141c8e3c55f29ae1a17fc6bcf4e8c72f /defaults | |
| parent | f1ebc26333945595d52e7a1edcd0b0e4d318e616 (diff) | |
| download | Decky-Framegen-96c76b19abaea42044ac33436cc70e0bc586fd84.tar.gz Decky-Framegen-96c76b19abaea42044ac33436cc70e0bc586fd84.zip | |
fix: check fgmod path file list fix
Diffstat (limited to 'defaults')
| -rwxr-xr-x | defaults/assets/prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
