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:
parent
0f3e46b10c
commit
3cc17e48be
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
@ -414,6 +414,10 @@
|
||||
"arch": "x64",
|
||||
"target": "snap"
|
||||
},
|
||||
{
|
||||
"arch": "x64",
|
||||
"target": "flatpak"
|
||||
},
|
||||
{
|
||||
"arch": "arm64",
|
||||
"target": "tar.bz2"
|
||||
|
Loading…
Reference in New Issue
Block a user