mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 10:23:20 -05:00
remove flatpack again
This commit is contained in:
parent
56104d4ea5
commit
98652f7bad
2 changed files with 2 additions and 25 deletions
11
.github/workflows/build-gui-release-binaries.yml
vendored
11
.github/workflows/build-gui-release-binaries.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- platform: "macos-13" # for Intel based macs.
|
- platform: "macos-13" # for Intel based macs.
|
||||||
args: "--target x86_64-apple-darwin"
|
args: "--target x86_64-apple-darwin"
|
||||||
- platform: "ubuntu-24.04" # We build on an older version to support older glib versions
|
- platform: "ubuntu-24.04" # We build on an older version to support older glib versions
|
||||||
args: "--bundles deb,appimage,flatpak"
|
args: "--bundles deb,appimage"
|
||||||
- platform: "windows-latest"
|
- platform: "windows-latest"
|
||||||
args: ""
|
args: ""
|
||||||
|
|
||||||
|
|
@ -57,7 +57,6 @@ jobs:
|
||||||
librsvg2-dev;
|
librsvg2-dev;
|
||||||
|
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
flatpak flatpak-builder \
|
|
||||||
libwebkit2gtk-4.1-0=2.44.0-2 \
|
libwebkit2gtk-4.1-0=2.44.0-2 \
|
||||||
libwebkit2gtk-4.1-dev=2.44.0-2 \
|
libwebkit2gtk-4.1-dev=2.44.0-2 \
|
||||||
libjavascriptcoregtk-4.1-0=2.44.0-2 \
|
libjavascriptcoregtk-4.1-0=2.44.0-2 \
|
||||||
|
|
@ -65,14 +64,6 @@ jobs:
|
||||||
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
|
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
|
||||||
gir1.2-webkit2-4.1=2.44.0-2;
|
gir1.2-webkit2-4.1=2.44.0-2;
|
||||||
|
|
||||||
- name: prepare flatpak runtime
|
|
||||||
if: matrix.platform == 'ubuntu-24.04'
|
|
||||||
run: |
|
|
||||||
flatpak --version
|
|
||||||
sudo flatpak remote-add --if-not-exists flathub \
|
|
||||||
https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
||||||
sudo flatpak update -y
|
|
||||||
|
|
||||||
- name: work around spurious network errors in curl 8.0
|
- name: work around spurious network errors in curl 8.0
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -29,21 +29,7 @@
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"createUpdaterArtifacts": true,
|
"createUpdaterArtifacts": true,
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"],
|
"targets": ["appimage", "dmg", "nsis", "app", "deb"],
|
||||||
"linux": {
|
|
||||||
"flatpak": {
|
|
||||||
"id": "net.unstoppableswap.UnstoppableSwap",
|
|
||||||
"runtime": "org.freedesktop.Platform",
|
|
||||||
"sdk": "org.freedesktop.Sdk",
|
|
||||||
"runtimeVersion": "23.08",
|
|
||||||
"finishArgs": [
|
|
||||||
"--socket=wayland",
|
|
||||||
"--socket=x11",
|
|
||||||
"--share=network",
|
|
||||||
"--device=all"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue