mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Dump certs.db
This is used to build CIAs. Currently only retail certs are supported
This commit is contained in:
Vendored
+8
-1
@@ -29,6 +29,13 @@ else
|
||||
goto Exit
|
||||
end
|
||||
|
||||
# === certs.db
|
||||
if chk $[RDTYPE] "devkit"
|
||||
echo "WARNING: \nDev kit detected. \nCIA building will not be usable."
|
||||
else
|
||||
cp -w -n "1:/dbs/certs.db" $[OUT]/certs.db
|
||||
end
|
||||
|
||||
# === Safe mode firm
|
||||
if not find $[OUT]/firm NULL
|
||||
mkdir $[OUT]/firm
|
||||
@@ -159,7 +166,7 @@ else
|
||||
end
|
||||
|
||||
# === Write version
|
||||
dumptxt $[OUT]/version.txt 1
|
||||
dumptxt $[OUT]/version.txt 2
|
||||
|
||||
set PREVIEW_MODE "threeSD Dumper\nby zhaowenlan1779\n \nSuccess!"
|
||||
echo "Successfully dumped necessary\nfiles for threeSD."
|
||||
|
||||
Reference in New Issue
Block a user