Path: blob/master/scripts/packaging/flatpak/org.duckstation.DuckStation.yaml
4804 views
# SPDX-FileCopyrightText: 2019-2025 Connor McLaughlin <[email protected]>1# SPDX-License-Identifier: CC-BY-NC-ND-4.023app-id: "org.duckstation.DuckStation"4runtime: "org.freedesktop.Platform"5runtime-version: "24.08"6sdk: "org.freedesktop.Sdk"7sdk-extensions:8- "org.freedesktop.Sdk.Extension.llvm19"910command: "duckstation-qt"1112finish-args:13- "--device=all"14- "--allow=bluetooth"15- "--share=network"16- "--share=ipc"17- "--socket=pulseaudio"18- "--talk-name=org.freedesktop.ScreenSaver"19- "--socket=wayland"20- "--socket=fallback-x11"2122modules:23- name: duckstation24buildsystem: simple25sources:26- type: file27path: DuckStation.AppImage28build-options:29# Don't mess with binaries.30strip: false31no-debuginfo: true32build-commands:33- "chmod +x DuckStation.AppImage"34- "./DuckStation.AppImage --appimage-extract"35- "mv squashfs-root/usr/* \"${FLATPAK_DEST}/\""36- "rm -fr squashfs-root"373839