mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-21 14:34:32 +00:00
- electron-builder snap target (classic confinement) with package:snap script - build-snap.yml: builds on ubuntu, uploads artifact, optional store publish gated on workflow_dispatch input + SNAPCRAFT_STORE_CREDENTIALS secret - app/flathub: manifest repacking the released deb, desktop file, AppStream metainfo, and submission runbook
10 lines
279 B
Desktop File
10 lines
279 B
Desktop File
[Desktop Entry]
|
|
Name=CodeBurn
|
|
Comment=See where your AI coding spend actually goes
|
|
Exec=codeburn-run %U
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=org.agentseal.CodeBurn
|
|
Categories=Development;Utility;
|
|
Keywords=AI;tokens;cost;usage;Claude;Codex;Cursor;Copilot;
|
|
StartupWMClass=CodeBurn
|