You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not only necessary for the new packaging method for elementary OS, but will have some incredibly powerful advantages beside that:
Users can literally compile and test the app with a single dependency (io.elementary.Sdk)
You can create git release artefacts in the form of the .flatpak bundle
Users can install and uninstall the app with virtually no repercussions
This does require some research into how disk image reading/writing can be done from the sandbox, but I have no doubt that it's possible. It's also better to handle this early so all the researching/porting isn't left until after the app is release-worthy.
The text was updated successfully, but these errors were encountered:
This is not only necessary for the new packaging method for elementary OS, but will have some incredibly powerful advantages beside that:
This does require some research into how disk image reading/writing can be done from the sandbox, but I have no doubt that it's possible. It's also better to handle this early so all the researching/porting isn't left until after the app is release-worthy.
The text was updated successfully, but these errors were encountered: