Hello,
I created a *.flatpak file
How to submit this file, I see this Wiki, but I don’t understand the process ?
How I add the *.flatpak file or a *.tar file ?
I search a link to a GitHub project example.
Thanks
Hello,
I created a *.flatpak file
How to submit this file, I see this Wiki, but I don’t understand the process ?
How I add the *.flatpak file or a *.tar file ?
I search a link to a GitHub project example.
Thanks
You create a pull request here: https://github.com/flathub/flathub/pulls
Full instructions to get started are in the readme of that repo, or here: flathub/CONTRIBUTING.md at master · flathub/flathub · GitHub
Thanks, for example on GitHub, I fork flathub, I push a commit :
app-id: org.flatpak.Hello
runtime: org.freedesktop.Platform
runtime-version: ‘22.08’
sdk: org.freedesktop.Sdk
command: hello.sh
modules:
- name: hello
buildsystem: simple
build-commands:
- install -D hello.sh /app/bin/hello.sh
sources:- type: file
path: hello.sh
It’s necessary to add too
“tag”: “1.0.4”,
“commit”: “cdfb19b90587bc0c44404fae30c139f9ec1cca5c”
but I don’t understand how to know the “commit” before to push the commit ???
Thanks
it’s the commit from the repository of the source of the application, so it already exists.