Skip to content

Commit

Permalink
New repo URL [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Apr 18, 2022
1 parent 0a06175 commit b6ff43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
curl -LJO "https://github.com/3DSGuy/Project_CTR/releases/download/makerom-v0.18/makerom-v0.18-win_x86_64.zip"
unzip makerom-v0.18-win_x86_64.zip
mv -f makerom.exe YANBF/generator/makerom.exe
curl -LJO "https://github.com/lifehackerhansol/Simple-Web-App-GUI-for-YANBF-Generator/releases/latest/download/YANBF-GUI.exe"
curl -LJO "https://github.com/YANBForwarder/GUI/releases/latest/download/YANBF-GUI.exe"
mv -f YANBF-GUI.exe YANBF/generator/YANBF-GUI.exe
cd YANBF/generator
py setup.py build
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
wget "https://github.com/3DSGuy/Project_CTR/releases/download/makerom-v0.18/makerom-v0.18-macos_x86_64.zip"
unzip makerom-v0.18-macos_x86_64.zip
mv -f makerom YANBF/generator/makerom
wget "https://github.com/lifehackerhansol/Simple-Web-App-GUI-for-YANBF-Generator/releases/latest/download/YANBF-GUI.dmg"
wget "https://github.com/YANBForwarder/GUI/releases/latest/download/YANBF-GUI.dmg"
mv -f YANBF-GUI.dmg YANBF/generator/YANBF-GUI.dmg
cd YANBF/generator
pyinstaller --onefile generator.py
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
wget "https://github.com/3DSGuy/Project_CTR/releases/download/makerom-v0.18/makerom-v0.18-ubuntu_x86_64.zip"
unzip makerom-v0.18-ubuntu_x86_64.zip
mv -f makerom YANBF/generator/makerom
wget "https://github.com/lifehackerhansol/Simple-Web-App-GUI-for-YANBF-Generator/releases/latest/download/YANBF-GUI.AppImage"
wget "https://github.com/YANBForwarder/GUI/releases/latest/download/YANBF-GUI.AppImage"
mv -f YANBF-GUI.AppImage YANBF/generator/YANBF-GUI.AppImage
cd YANBF/generator
pyinstaller --onefile generator.py
Expand Down

0 comments on commit b6ff43d

Please sign in to comment.