Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Xdelta's bugfix pr has not been merged to upstream.
Browse files Browse the repository at this point in the history
jmacd/xdelta#241

Signed-off-by: laqieer <[email protected]>
  • Loading branch information
laqieer committed Feb 28, 2020
1 parent 7aa378b commit 66b69db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ task:
- ./configure
- cd build && make
create_patch_script:
- git clone https://github.com/jmacd/xdelta.git
- git clone https://github.com/wdhongtw/xdelta.git
- cd xdelta/xdelta3
- apt-get update
- export LC_CTYPE=en_US.UTF-8
- export LC_ALL=en_US.UTF-8
- sudo apt-get install -y automake autoconf libtool
- ./generate_build_files.sh
- ./configure
- make
- make install
- xdelta3 -9 -S lzma -e -f -s ../../../rom/fe7-jp.gba ../../fe7-jp-stunning-tribble.gba ../../FE7.JP.FEHeroes.xdelta
patch_artifacts:
path: "build/FE7.JP.FEHeroes.xdelta"

0 comments on commit 66b69db

Please sign in to comment.