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
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.folderscope.FolderScope</id>
<name>FolderScope</name>
<summary>Fast advanced file search</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<description>
<p>Search files in selected folders without an index or background service.</p>
</description>
<launchable type="desktop-id">org.folderscope.FolderScope.desktop</launchable>
<provides><binary>folderscope</binary></provides>
<releases><release version="0.3.0" date="2026-08-07"/></releases>
</component>