Merge pull request #979 from Cohee1207/bug/fix-cue-leftover
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled

Make sure .cue file is removed after compression
This commit is contained in:
XargonWan 2024-12-06 14:50:22 +09:00 committed by GitHub
commit 102c72fd6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ compress_game() {
rm -f "$file_path/$line"
done < <(printf '%s\n' "$cue_bin_files")
log i "Removing file $(realpath "$file")"
rm -f $(realpath "$file")
rm -f "$(realpath "$file")"
else
log i "Removing file $(realpath "$file")"
rm -f "$(realpath "$file")"