| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Maybe also add the AppImage universal format? |
Sorry, something went wrong.
| workingDir = dir.file("../flatpak").asFile | ||
| commandLine( | ||
| "flatpak-builder", | ||
| "--install-deps-from=https://flathub.org/repo/flathub.flatpakrepo", |
There was a problem hiding this comment.
This is not how --install-deps-from works.
You'll need to
commandLine(
"flatpak",
"remote-add",
"--user",
"--if-not-exists",
"flathub",
"https://flathub.org/repo/flathub.flatpakrepo"
)first and then --install-deps-from=flathub.
Sorry, something went wrong.
| @@ -0,0 +1,38 @@ | |||
| id: $identifier | |||
| runtime: org.freedesktop.Platform | |||
| runtime-version: '24.08' | |||
There was a problem hiding this comment.
25.08 is out at this point.
Sorry, something went wrong.
|
Bumping this because I also want an up-to-date Flatpak package (I try to avoid using Snap) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Out of caution we kept the Ant GitHub Actions in the repository, this PR will remove them and introduce a revised version of the Gradle based GitHub Actions, providing the following.
Closes #890
Closes #1211
and includes #1202
TODO
- Separate out Windows signing
- Separate out macOS notarisation
Follow up tasks