Skip to content

Commit

Permalink
More debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboddie committed Jan 19, 2024
1 parent a97c3ed commit bb98b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create scripts
run: python3 csv2scripts.py
- name: Run the batch script
run: PATH=Ophis/bin:$PWD:UEF2ROM:$PATH sh batch.sh
run: PATH=Ophis/bin:$PWD:UEF2ROM:$PATH ./batch.sh
- name: Make an index file
run: python3 make-index.py
- name: Move the data
Expand Down
2 changes: 1 addition & 1 deletion Fixes/Anarchy_Zone/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z "$1" ] || [ -z "$2" ]; then
echo "Usage: `basename "$0"` <Anarchy Zone UEF file> <stripped UEF file>"
exit 1
fi
env

UEFtrans.py "$1" extract 0,1,2,3,4,5 temp

# Fix the loader to remove attempts to disable keyboard scanning.
Expand Down

0 comments on commit bb98b7a

Please sign in to comment.