Skip to content

Commit

Permalink
build: Configure Flatpak packager
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 16, 2022
1 parent c55f107 commit b506d55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,21 +219,21 @@ assemble:

distributions:
jreleaser:
#flatpak:
# active: always
# componentId: org.jreleaser.cli
# developerName: JReleaser
# runtime: freedesktop
# runtimeVersion: 21.08
# finishArgs:
# - --share=network
# - --filesystem=host
# categories:
# - Developer Tools
# repository:
# active: release
# owner: flathub
# name: org.jreleaser.cli
flatpak:
active: always
componentId: org.jreleaser.cli
developerName: JReleaser
runtime: freedesktop
runtimeVersion: 21.08
finishArgs:
- --share=network
- --filesystem=host
categories:
- Developer Tools
repository:
active: release
owner: flathub
name: org.jreleaser.cli
java:
mainClass: org.jreleaser.cli.Main
chocolatey:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b506d55

Please sign in to comment.