1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 03:33:14 +01:00

add flatpak build

This commit is contained in:
Mikael Finstad 2023-12-10 12:41:02 +08:00
parent 0f3e46b10c
commit 3cc17e48be
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26
2 changed files with 9 additions and 1 deletions

View File

@ -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 }}

View File

@ -414,6 +414,10 @@
"arch": "x64",
"target": "snap"
},
{
"arch": "x64",
"target": "flatpak"
},
{
"arch": "arm64",
"target": "tar.bz2"