mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-02-24 00:17:11 +01:00
PS1 game sync now correctly copies only VCD and ELF files
This commit is contained in:
parent
2a1917b9ce
commit
44ef8a73a1
@ -443,7 +443,7 @@ echo "Orphan .ELF files removed successfully." | tee -a "${LOG_FILE}"
|
||||
echo | tee -a "${LOG_FILE}"
|
||||
|
||||
# Generate the local file list directly in a variable
|
||||
local_files=$(ls -1 "$POPS_FOLDER" | sort)
|
||||
local_files=$(ls -1 "$POPS_FOLDER" | grep -Ei '\.VCD$|\.ELF$' | sort)
|
||||
|
||||
# Build the commands for PFS Shell
|
||||
COMMANDS="device ${DEVICE}\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user