app-id: dev.clipnest.app runtime: org.gnome.Platform runtime-version: '48' sdk: org.gnome.Sdk command: clipnest finish-args: - --share=ipc - --socket=fallback-x11 - --socket=wayland - --device=dri - --filesystem=home - --talk-name=org.freedesktop.portal.Desktop - --talk-name=org.freedesktop.portal.GlobalShortcuts modules: - name: clipnest buildsystem: simple build-commands: - install -Dm755 clipnest /app/bin/clipnest - install -Dm644 clipnest.desktop /app/share/applications/dev.clipnest.app.desktop - install -Dm644 clipnest.png /app/share/icons/hicolor/128x128/apps/dev.clipnest.app.png sources: - type: file path: ../../src-tauri/target/release/clipnest dest-filename: clipnest - type: file path: ../clipnest.desktop dest-filename: clipnest.desktop - type: file path: ../../src-tauri/icons/128x128.png dest-filename: clipnest.png