tweak installed apps

master
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", "gpstime",
"compass", "compass",
"sbt", "sbt",
"sbat", "sbat"
"funrun5",
"nceuwid",
"start"
]; ];
var fs = require("fs"); var fs = require("fs");
@ -49,7 +46,7 @@ Promise.all(APPS.map(appid => {
}); });
})).then(() => { })).then(() => {
//console.log(appfiles); //console.log(appfiles);
var js = ""; var js = "// Generated by BangleApps/bin/firmwaremaker.js\n";
appfiles.forEach((file) => { appfiles.forEach((file) => {
js += file.cmd+"\n"; js += file.cmd+"\n";
}); });

File diff suppressed because one or more lines are too long