diff options
Diffstat (limited to 'package.sh')
| -rwxr-xr-x | package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ . compile.sh smdhtool --create "rust_3ds" "Description" "Author" "./icon.png" rust_3ds.smdh -3dsxtool ./target/3ds/debug/rust_3ds rust_3ds.3dsx --smdh=rust_3ds.smdh +3dsxtool ./rust_3ds.elf rust_3ds.3dsx --smdh=rust_3ds.smdh |