mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-04-29 14:19:28 -04:00
Copy 8000000000000000 too
This commit is contained in:
parent
31ef417dfb
commit
4ed145f372
1 changed files with 9 additions and 0 deletions
|
@ -178,6 +178,15 @@ writeSys = {
|
||||||
if (copyfile(combinepath(cwd(), "SYSTEM/save/8000000000000120"), "bis:/save/8000000000000120")) {
|
if (copyfile(combinepath(cwd(), "SYSTEM/save/8000000000000120"), "bis:/save/8000000000000120")) {
|
||||||
fatal(fatalMsg = "Failed to copy system save")
|
fatal(fatalMsg = "Failed to copy system save")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!fsexists("bis:/save/8000000000000000"))
|
||||||
|
{
|
||||||
|
p("\nWarning: 8000000000000000 does not exist. This save won't be signed! Copying")
|
||||||
|
if (copyfile(combinepath(cwd(), "SYSTEM/save/8000000000000000"), "bis:/save/8000000000000000")) {
|
||||||
|
fatal(fatalMsg = "Failed to copy fs save index save")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p("\n")
|
p("\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue