Skip to content

Commit

Permalink
removed bidirectional Unicode text U+202A
Browse files Browse the repository at this point in the history
The hidden `U+202A` character at the beginning of line 6 prevented execution in command line
  • Loading branch information
pnvnd authored Jan 8, 2022
1 parent 46d6f6e commit 88dcce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/04_create_patch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
pause

0 comments on commit 88dcce7

Please sign in to comment.