mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-15 16:48:58 -05:00
chore(ci): add flatpak build (#398)
* chore(ci): add flatpak build * fmt changelog
This commit is contained in:
parent
835552c834
commit
742acca444
3 changed files with 28 additions and 3 deletions
|
|
@ -29,7 +29,22 @@
|
|||
"bundle": {
|
||||
"createUpdaterArtifacts": true,
|
||||
"active": true,
|
||||
"targets": ["appimage", "dmg", "nsis", "app", "deb"],
|
||||
"targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"],
|
||||
|
||||
/* Flatpak-specific settings
|
||||
* These are ignored by the other targets. */
|
||||
"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": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue