Changeset 1106


Ignore:
Timestamp:
Feb 19, 2018, 3:58:08 PM (7 years ago)
Author:
iritscen
Message:

Big bug fix to Mac LPT script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • oni2aslpt/o2aslpt.sh

    r1105 r1106  
    4545elif [ "$the_answer" == "1" ]; then
    4646   echo "Creating patched version..."
    47    ./xdelta3mac.exe -ds "$1" patchFromVanTo63.x3d ./oni2dev_ps2_first63layouts.iso
     47   ./xdelta3mac.exe -ds "$1" patchFromVanTo63.xd3 ./oni2dev_ps2_first63layouts.iso
    4848   echo "Verifying checksum...."
    4949   MD5_OUTPUT=$(md5 ./oni2dev_ps2_first63layouts.iso)
     
    5555elif [ "$the_answer" == "2" ]; then
    5656   echo "Creating patched version..."
    57    ./xdelta3mac.exe -ds "$1" patchFromVanTo32.x3d ./oni2dev_ps2_last32layouts.iso
     57   ./xdelta3mac.exe -ds "$1" patchFromVanTo32.xd3 ./oni2dev_ps2_last32layouts.iso
    5858   echo "Verifying checksum...."
    5959   MD5_OUTPUT=$(md5 ./oni2dev_ps2_last32layouts.iso)
Note: See TracChangeset for help on using the changeset viewer.