packaging/build-deb.sh builds an installable blitztext_<ver>_arm64.deb with a desktop entry, app icon, and launcher. Bundles a relocatable venv (all Python deps, no pip at install) and declares system deps (python3-gi, xdotool, libnotify-bin, recorder). Built on /usr/bin/python3 so the tray works out of the box. Installs via the Software app or `apt install ./…deb`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
303 B
Desktop File
12 lines
303 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Blitztext
|
|
GenericName=Voice Dictation
|
|
Comment=Speak and have the text typed into any field
|
|
Exec=blitztext tray
|
|
Icon=blitztext
|
|
Terminal=false
|
|
Categories=Utility;AudioVideo;Accessibility;
|
|
Keywords=dictation;speech;voice;transcription;whisper;stt;
|
|
StartupNotify=false
|