AudioDeviceManager/run.sh
2025-08-16 19:42:23 +02:00

10 lines
372 B
Bash
Executable File

#!/usr/bin/env bash
SRC_DIR="$(dirname "$0")"
cd "$SRC_DIR" || exit
git add .
git commit -m "dev-$(date -Iseconds)"
git push
flatpak-builder --force-clean --user --install --ccache --install-deps-from=gnome-nightly --install-deps-from=flathub --install-deps-from=flathub-beta build de.AdaLouBaumann.AudioDeviceManager.json
flatpak run de.AdaLouBaumann.AudioDeviceManager