Skip to content

Commit

Permalink
i should probably seperate the switch app and sysmod zips
Browse files Browse the repository at this point in the history
  • Loading branch information
ITotalJustice committed Nov 26, 2024
1 parent 960a65a commit 944cb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ mkdir -p out/switch/switch
cp assets/config.ini.template out/switch/config/ftpsrv/
cp -r build/switch/*.nro out/switch/switch/ftpsrv.nro
cd out/switch
zip -r9 ../switch.zip switch config
zip -r9 ../switch_application.zip switch config
cd ../..

mkdir -p out/switch/atmosphere/contents/
cp -r build/switch/420000000000011B out/switch/atmosphere/contents/
cd out/switch
zip -r9 ../switch.zip atmosphere config
zip -r9 ../switch_sysmod.zip atmosphere config
cd ../..

0 comments on commit 944cb5b

Please sign in to comment.