mirror of https://github.com/espruino/BangleApps
tweak installed apps
parent
aca3ce8878
commit
33c8079a97
|
@ -17,10 +17,7 @@ var APPS = [ // IDs of apps to install
|
|||
"gpstime",
|
||||
"compass",
|
||||
"sbt",
|
||||
"sbat",
|
||||
"funrun5",
|
||||
"nceuwid",
|
||||
"start"
|
||||
"sbat"
|
||||
];
|
||||
|
||||
var fs = require("fs");
|
||||
|
@ -49,7 +46,7 @@ Promise.all(APPS.map(appid => {
|
|||
});
|
||||
})).then(() => {
|
||||
//console.log(appfiles);
|
||||
var js = "";
|
||||
var js = "// Generated by BangleApps/bin/firmwaremaker.js\n";
|
||||
appfiles.forEach((file) => {
|
||||
js += file.cmd+"\n";
|
||||
});
|
||||
|
|
38
firmware.js
38
firmware.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue