Skip to content

Commit

Permalink
add flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 10, 2023
1 parent 0f3e46b commit 3cc17e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
uses: samuelmeuli/action-snapcraft@v2
if: startsWith(matrix.os, 'ubuntu')

- name: Save provisioning profile
- name: (Linux) Install flatpak dependencies
run: sudo apt-get install -y flatpak flatpak-builder
if: startsWith(matrix.os, 'ubuntu')

- name: (MacOS) Save provisioning profile
if: startsWith(matrix.os, 'macos')
env:
PROVISIONING_PROFILE_BASE64: ${{ secrets.PROVISIONING_PROFILE_BASE64 }}
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@
"arch": "x64",
"target": "snap"
},
{
"arch": "x64",
"target": "flatpak"
},
{
"arch": "arm64",
"target": "tar.bz2"
Expand Down

0 comments on commit 3cc17e4

Please sign in to comment.