Flatpak packaging: desktop entry, MIME, distributable bundle

org.testium.Testium.yaml uses host Python/Lua only (no bundled interpreter).
build.sh exports a .flatpak bundle. README documents the install procedure.
This commit is contained in:
2026-05-07 10:05:44 +02:00
parent 0658540cc2
commit 6064d96138
6 changed files with 82 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Testium
GenericName=Test Sequencer
Comment=YAML-based test sequencer and runner
Exec=testium %f
Icon=org.testium.Testium
Type=Application
Categories=Development;
MimeType=application/x-testium;
StartupNotify=true