Skip to content

Possibility of a Fruit Jam OS build in addtion to 9.x and 10.x #42

@FoamyGuy

Description

@FoamyGuy

Right now when you download or build the dist zip the contents of the app are directly inside of CircuitPython10.x

Image

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:

Image

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions