tweak installed apps
parent
aca3ce8878
commit
33c8079a97
|
|
@ -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";
|
||||||
});
|
});
|
||||||
|
|
|
||||||
38
firmware.js
38
firmware.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue