-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Right now when you download or build the dist zip the contents of the app are directly inside of CircuitPython10.x
I'm thinking it might be convenient to have a 3rd build inside of the dist zip alongside of 9.x and 10.x for Fruit Jam OS. In that build it would contain an intermediary folder like Fruit_Jam_Library/ and it would have the lib/ folder omitted. That folder would then be ready to copy/paste into CIRCUITPY/apps/ on a Fruit Jam running the OS.
Since the lib folder is omitted technically it could cause Import Error when run, but I think all or most of these libraries are included used by the OS itself so they should be there already. If there are some that are still missing there could be instructions for user to copy the necessary ones in to lib/ on their device.
The dist zip would look something like this:
