Skip to content

Commit ede4313

Browse files
author
thyttan
committed
mysetup: remove traces of mysetup installation
1 parent e5a7f71 commit ede4313

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

apps/mysetup/boot.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
require("Storage").erase("mysetup.info");
3+
require("Storage").erase("mysetup.boot.js");
4+
load();
5+
}

apps/mysetup/metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
{"name":"edgeclk.settings.json",
6767
"url":"edgeclk.settings.json"},
6868
{"name":"setting.json",
69-
"url":"setting.json"}
69+
"url":"setting.json"},
70+
{"name":"mysetup.boot.js",
71+
"url":"boot.js"}
7072
]
7173
}

0 commit comments

Comments
 (0)