tweak installed apps

pull/70/head
Gordon Williams 2019-12-10 15:43:13 +00:00
parent aca3ce8878
commit 33c8079a97
2 changed files with 15 additions and 30 deletions

7
bin/firmwaremaker.js Normal file → Executable file
View File

@ -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";
});

File diff suppressed because one or more lines are too long