"""The release build that makes Linux Vulkan a one-click install.""" import hashlib import io import json import os import pathlib import shutil import subprocess import sys import tarfile import tempfile import unittest from dikte import ggml ROOT = pathlib.Path(__file__).parents[1] PACKAGING = ROOT / "packaging" / "whisper-vulkan" WORKFLOW = ROOT / ".github" / "workflows" / "whisper-vulkan.yml" class AppImagePackaging(unittest.TestCase): def test_the_desktop_exposes_the_release_version_to_appimage_managers(self): script = (ROOT / "packaging" / "build-appimage.sh").read_text( encoding="utf-8") marker = 'cat > "$APPDIR/dikte.desktop" <