From feff8d058a49fceb1c60083b3d16b7f19007fff6 Mon Sep 17 00:00:00 2001 From: Jon Bell Date: Wed, 17 Apr 2024 07:08:21 -0600 Subject: [PATCH] Update 3ds bannertool download location hopefully fix 3ds build --- .github/workflows/build3ds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build3ds.sh b/.github/workflows/build3ds.sh index 23db7688..7048f1d4 100644 --- a/.github/workflows/build3ds.sh +++ b/.github/workflows/build3ds.sh @@ -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