Skip to content

Commit

Permalink
Update 3ds bannertool download location
Browse files Browse the repository at this point in the history
hopefully fix 3ds build
  • Loading branch information
jtothebell committed Apr 17, 2024
1 parent e52bc1b commit feff8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build3ds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ curl -LJO https://github.com/jakcron/Project_CTR/releases/download/v0."$ctr_ver"
7z e makerom_0"$ctr_ver"_ctrtool.zip -o/usr/bin Ubuntu/makerom

#dl bannertool
curl -LJO https://github.com/Steveice10/bannertool/releases/download/1.2.0/bannertool.zip
curl -LJO https://github.com/diasurgical/bannertool/releases/download/1.2.0/bannertool.zip
7z e bannertool.zip -o/usr/bin linux-x86_64/bannertool

chmod +x /usr/bin/makerom && chmod +x /usr/bin/bannertool
Expand Down

0 comments on commit feff8d0

Please sign in to comment.