Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cia-builder/ciabuilder.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bannertool.exe makebanner -i ../meta/banner.png -a ../meta/banner.wav -o banner.bnr
bannertool.exe makesmdh -s "aurorachat" -l "A real-time chatting app for the Nintendo 3DS" -p "The team at Unitendo" -i ../meta/icon.png -o icon.icn
makerom.exe -f cia -o ../aurorachat.cia -DAPP_ENCRYPTED=false -rsf app.rsf -target t -exefslogo -elf ../aurorachat.elf -icon icon.icn -banner banner.bnr
makerom.exe -f cia -o ../aurorachat-3ds.cia -DAPP_ENCRYPTED=false -rsf app.rsf -target t -exefslogo -elf ../aurorachat-3ds.elf -icon icon.icn -banner banner.bnr
echo Finished! CIA has been built!
Loading