From 0bb46d84b12bcf9b4a301689b8aaa0dd4ff03d4a Mon Sep 17 00:00:00 2001 From: staphen Date: Fri, 11 Nov 2022 21:42:14 -0500 Subject: [PATCH] [3DS] Update link to bannertool --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d1c39bbff..1c9c95245 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: - checkout - run: apt-get update -y - run: apt-get install -y ffmpeg gettext smpq - - run: wget https://github.com/Steveice10/bannertool/releases/download/1.2.0/bannertool.zip + - run: wget https://github.com/diasurgical/bannertool/releases/download/1.2.0/bannertool.zip - run: unzip -j "bannertool.zip" "linux-x86_64/bannertool" -d "/opt/devkitpro/tools/bin" - run: wget https://github.com/3DSGuy/Project_CTR/releases/download/makerom-v0.18/makerom-v0.18-ubuntu_x86_64.zip - run: unzip "makerom-v0.18-ubuntu_x86_64.zip" "makerom" -d "/opt/devkitpro/tools/bin"