Are these requirements needed in my Console Project? #1963
Answered
by
rmartin16
john0isaac
asked this question in
Q&A
-
I created a new project with the command [tool.briefcase.app.hello-cli.linux.flatpak]
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "23.08"
flatpak_sdk = "org.freedesktop.Sdk" I was wondering are they actually needed? and if yes, why? P.s, I tried removing them and everything seems to work fine on my macOS. |
Beta Was this translation helpful? Give feedback.
Answered by
rmartin16
Aug 16, 2024
Replies: 1 comment 1 reply
-
This is used to create a Flatpak to distribute your app for Linux users. As such, this table is only necessary if you package your app as a Flatpak; if not, it can be removed without any issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
john0isaac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is used to create a Flatpak to distribute your app for Linux users. As such, this table is only necessary if you package your app as a Flatpak; if not, it can be removed without any issues.