mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
Add flatpak packager
This commit is contained in:
parent
58da0572a1
commit
fc68b96f72
1 changed files with 1 additions and 0 deletions
1
dist/build.gradle
vendored
1
dist/build.gradle
vendored
|
@ -43,6 +43,7 @@ if (rootProject.fullVersion) {
|
|||
apply from: 'jreleaser.gradle'
|
||||
apply from: 'choco.gradle'
|
||||
apply from: 'homebrew.gradle'
|
||||
apply from: 'flatpak.gradle'
|
||||
|
||||
if (org.gradle.internal.os.OperatingSystem.current().isLinux()) {
|
||||
apply from: 'linux_packages.gradle'
|
||||
|
|
Loading…
Reference in a new issue