feat(packaging): add release package support
ci-release / verify (push) Failing after 3s
ci-release / publish-linux-amd64 (push) Has been skipped
ci-release / publish-arch-package (push) Has been skipped

This commit is contained in:
2026-08-07 08:56:23 +02:00
parent 83fa2d5276
commit c95d66d5aa
12 changed files with 253 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
app-id: org.folderscope.FolderScope
runtime: org.kde.Platform
runtime-version: '6.8'
sdk: org.kde.Sdk
command: folderscope
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --filesystem=home
modules:
- name: folderscope
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DBUILD_TESTING=OFF
sources:
- type: dir
path: ..