-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow non-github #8
Comments
This will require an additional moderation I don't have time to :( |
Is it possible to just have a repo that emits a stored .fap from git, so that it can be on the app store? |
No, it builds app from sources for selected firmware and channel. Externally built .fap file can be outdated or api mismatch |
I was able to successfully build a fap by ignoring the sources and just pointing the target directly at the .elf file. As an example with the 2048 game:
The fam file itself is a python script, so it wouldn't be too hard to detect the firmware and channel. It could then dynamically pick the appropriate elf file. I could then use something like github actions (on a private repo) to build all the firmwares, tags, and APIs, name them appropriately, and push them to the public .elf repository. It's a bit of a workaround, but it would allow a closed source app in the app store that worked without changing the build scripts on your end, adding additional moderation, etc. |
the git box on https://flipc.org/build appears to assume the repo is on github. Ideally it would support any git provider (gitlab, bitbucket, or your own personal server)
The text was updated successfully, but these errors were encountered: