Skip to content

Commit

Permalink
Fix bad args to AppVeyor-deployed bat files. Fixes #5.
Browse files Browse the repository at this point in the history
Fix bad arguments to AppVeyor-deployed batch files.
  • Loading branch information
gibbed committed Oct 22, 2020
1 parent d689290 commit 6118e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/Asia_v104/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if not exist "debug.elf.patch" (
if not exist "boot.elf" (
goto no_boot
)
tools\bin\PatchElf.exe boot.elf debug.patch.elf debug.elf -v 9403fe1678487def5d7f3c380b4c4fb275035378 -a --dca=0x018442c8 --dcs=48440 --ocs=0x018342c8
tools\bin\PatchElf.exe boot.elf debug.elf.patch debug.elf -v 9403fe1678487def5d7f3c380b4c4fb275035378 -a --dca=0x018442c8 --dcs=48440 --ocs=0x018342c8
exit /B 0

:missing_files
Expand Down
2 changes: 1 addition & 1 deletion deploy/JP_v104/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if not exist "debug.elf.patch" (
if not exist "boot.elf" (
goto no_boot
)
tools\bin\PatchElf.exe boot.elf debug.patch.elf debug.elf -v 68544b29e92609ccb2710f485ae7708e4cb35df1 -a --dca=0x01844248 --dcs=48568 --ocs=0x01834248
tools\bin\PatchElf.exe boot.elf debug.elf.patch debug.elf -v 68544b29e92609ccb2710f485ae7708e4cb35df1 -a --dca=0x01844248 --dcs=48568 --ocs=0x01834248
exit /B 0

:missing_files
Expand Down
2 changes: 1 addition & 1 deletion deploy/US_v100/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if not exist "debug.elf.patch" (
if not exist "boot.elf" (
goto no_boot
)
tools\bin\PatchElf.exe boot.elf debug.patch.elf debug.elf -v 83681f6110d33442329073b72b8dc88a2f677172 -a --dca=0x01842d48 --dcs=53944 --ocs=0x01832d48
tools\bin\PatchElf.exe boot.elf debug.elf.patch debug.elf -v 83681f6110d33442329073b72b8dc88a2f677172 -a --dca=0x01842d48 --dcs=53944 --ocs=0x01832d48
exit /B 0

:missing_files
Expand Down

0 comments on commit 6118e97

Please sign in to comment.