Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

just: add flatpak-bundle

Aly Raffauf (May 25, 2026, 9:10 PM EDT) 6ab72597 7eb8f4d6

+4
+4
justfile
··· 67 67 [ -f build-repo/config ] || rm -rf build-repo 68 68 flatpak run org.flatpak.Builder --user --install --force-clean --repo=build-repo build-dir flatpak/{{APPID}}.Devel.yml 69 69 70 + # Build Flatpak and export a .flatpak bundle for distribution 71 + flatpak-bundle: flatpak 72 + flatpak build-bundle build-repo switchyard.flatpak {{APPID}}.Devel 73 + 70 74 # Build the browser extension (TypeScript + React) 71 75 build-extension: 72 76 cd webextension && npm ci && npm run build