mirror of https://github.com/espruino/BangleApps
change subjects.txt to homework.subjects.txt and hope it doesn't break
parent
700760ff1e
commit
01f16f196c
|
@ -20,7 +20,7 @@
|
||||||
// send finished app (in addition to contents of app.json)
|
// send finished app (in addition to contents of app.json)
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{name:"subjects.txt", url:"subjects.txt", content:app},
|
{name:"homework.subjects.txt", url:"subjects.txt", content:app},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
console.log("Sent homework.subjects.txt!");
|
console.log("Sent homework.subjects.txt!");
|
||||||
|
|
Loading…
Reference in New Issue