From 88dcce79edd7772d247253bfa9eee1b6fe5b4329 Mon Sep 17 00:00:00 2001 From: Peter Nguyen Date: Sat, 8 Jan 2022 12:02:42 -0500 Subject: [PATCH] removed bidirectional Unicode text `U+202A` The hidden `U+202A` character at the beginning of line 6 prevented execution in command line --- python/04_create_patch.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/04_create_patch.bat b/python/04_create_patch.bat index efbe778e..9a0eae79 100644 --- a/python/04_create_patch.bat +++ b/python/04_create_patch.bat @@ -3,6 +3,6 @@ xdelta.exe -f -e -s "eboot.bin.elf" "patched\eboot.bin" "fagdec_eboot_elf.xdelta xdelta.exe -f -e -s "eboot.bin" "patched\eboot.bin" "fagdec_eboot.xdelta" xdelta.exe -f -e -s "eboot_raw.bin" "patched\eboot.bin" "raw_eboot.xdelta" xdelta.exe -f -e -s "PCSG00009_dec\toidata_release.l7c" "orig-dir\toidata_release.l7c" "toidata_release.xdelta" -‪xdelta.exe -f -e -s "C:\temp\ToIR\PCSG00009\toidata_release.l7c" "orig-dir\toidata_release.l7c" "raw_toidata_release.xdelta" +xdelta.exe -f -e -s "C:\temp\ToIR\PCSG00009\toidata_release.l7c" "orig-dir\toidata_release.l7c" "raw_toidata_release.xdelta" tar.exe -acf toir_patch.zip dec_eboot.xdelta fagdec_eboot_elf.xdelta fagdec_eboot.xdelta toidata_release.xdelta toir_readme.txt -pause \ No newline at end of file +pause