/AtmoPackUpdater

Nintendo switch homebrew which update your CFW/Firmware/Homebrews/Sigpatches

Primary LanguageC++GNU General Public License v3.0GPL-3.0

AtmoPackUpdater

An Nintendo Switch homebrew which update your cfw.. and more!

License Version Build


Features

Screenshot

screenshot

How to build

Automatic

Linux :

git clone --recursive https://github.com/PoloNX/AtmoPackUpdater  
cd AtmoPackUpdater  
sudo pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm  
./make_nro.sh

Window :

git clone --recursive https://github.com/PoloNX/AtmoPackUpdater  
cd AtmoPackUpdater  
pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm
./make_nro.bat

Manual

Linux :

sudo pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm  
git clone --recursive https://github.com/PoloNX/AtmoPackUpdater  
cd AtmoPackUpdater/amssu-rcm  
make  
cd ..  
cd amssu-forwarder  
make  
cd ..  
cp amssu-rcm/output/ams_rcm.bin resources/payload/ams_rcm.bin  
cp amssu-forwarder/amssu-forwarder.nro resources/forwarder/amssu-forwarder.nro  
make

Window :

pacman -S switch-curl switch-zlib switch-glfw switch-mesa switch-glm  
git clone --recursive https://github.com/PoloNX/AtmoPackUpdater  
cd AtmoPackUpdater/amssu-rcm
make
cd ..
cd amssu-forwarder
make
cd ..
copy amssu-rcm/output/ams_rcm.bin resources/payload/ams_rcm.bin  
copy amssu-forwarder/amssu-forwarder.nro resources/forwarder/amssu-forwarder.nro  
make

How to test the beta

To test the beta of this project you have to go on actions and click on the last commmit. Below you have the download link.

Credits