Skip to content

Commit

Permalink
fixes #1 (use atmosphere contents), will be used in next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Jan 19, 2020
1 parent 65b4073 commit e439061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ rm -rf release
mkdir release
cd release
mkdir -p config/sys-screenuploader
mkdir -p atmosphere/titles/42000062616B6101/flags
mkdir -p atmosphere/contents/42000062616B6101/flags
cp ../config.ini config/sys-screenuploader/config.ini
cp ../toolbox.json atmosphere/titles/42000062616B6101/toolbox.json
cp ../cmake-build-release/screenuploader.nsp atmosphere/titles/42000062616B6101/exefs.nsp
touch atmosphere/titles/42000062616B6101/flags/boot2.flag
cp ../toolbox.json atmosphere/contents/42000062616B6101/toolbox.json
cp ../cmake-build-release/screenuploader.nsp atmosphere/contents/42000062616B6101/exefs.nsp
touch atmosphere/contents/42000062616B6101/flags/boot2.flag
zip -r sys-screenuploader.zip *

0 comments on commit e439061

Please sign in to comment.