You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
Thanks @Gordon, that works well.
Is there away to remove an app via the App Loader? Seems that "install" will overwrite an existing install, so if files are renamed or removed from the app, there will be orphaned files in the device Storage that are not in the app's ".info" file. Would be good the old files could be removed first.
Hi,
Right now the command-line tool you two found won't actually do uploads to arbitrary Storage files. The
--storage
option is (confusingly) used when creating a hex file (for firmware updates to other devices).However there is https://github.com/espruino/BangleApps/blob/master/bin/apploader.js which allows you to upload apps just as you would have done with the App Loader (just from the command line).
If you added your files to
apps.json
as an app then you could just use that (or in fact the app loader website itself)