Richard de Boer
e072fe23a1
apploader.js: add -b1 param to upload to Bangle.js 1
2022-09-09 15:10:06 +02:00
Richard de Boer
0a7f3abb08
apploader.js: don't hide errors while loading 'noble'
...
Loading the module can also fail when e.g. compiled against a different
Node.js version, don't hide those errors.
2022-09-09 15:01:46 +02:00
Gordon Williams
23eb487024
quick update to make initial error easier to find if noble not installed
2022-09-09 09:41:00 +01:00
Gordon Williams
faf879c59c
Fix app loader after previous core changes
2022-09-09 09:38:52 +01:00
ash
5a6b37f3cc
Use /usr/bin/env as shebang everywhere
...
It's not guaranteed that bash will be available at /bin/bash; it's even
less likely that node will always be installed at /usr/bin/node{,js}.
Always indirecting through /usr/bin/env means that there is only one
such path that needs to be available.
2022-08-17 23:03:21 +01:00
Gordon Williams
e997ad59ed
more compatible app loader
2022-01-20 17:08:31 +00:00
Gordon Williams
f417f8b1c9
Fixed bin/firmwaremaker and bin/apploader CLI to handle binary file uploads correctly
2020-08-25 11:46:33 +01:00
Gordon Williams
99dcd7868c
Fix apploader node.js app issues - invalid length when uploading (base64 encode issues) and path (when run from directory other than the root)
2020-06-09 09:23:55 +01:00
Gordon Williams
001eea27e1
apploader tweaks
2020-06-05 15:13:04 +01:00
Gordon Williams
8a83eb3140
Misc fixes for apploader
2020-06-05 15:05:56 +01:00
Simon Weis
7f83f2afd4
Require correct module in apploader.js and fix typo in appinfo.js
2020-05-26 22:42:13 +02:00
Gordon Williams
25d824fa6c
Add very rough CLI apploader
2020-05-04 14:09:38 +01:00