mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
b7a370b156
subrepo: subdir: "emummc" merged: "e72e8f1c" upstream: origin: "https://github.com/m4xw/emuMMC" branch: "develop" commit: "e72e8f1c" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "5d6aba9"
9 lines
214 B
Bash
9 lines
214 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
make clean
|
|
make -j
|
|
./hactool.exe -t kip emummc.kip --uncompressed emummc_unpacked.kip
|
|
python2.7 tools/kip1converter.py emummc_unpacked.kip emummc.data
|
|
cat emummc.caps emummc.data > emummc.kipm
|