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.

flatpak: cleanup cache perms

authored by

Aly Raffauf and committed by
Aly Raffauf
(Jun 20, 2026, 3:31 PM EDT) 0da22d7d 924e02ce

+7 -1
+7 -1
flatpak/io.github.alyraffauf.Switchyard.Devel.yml
··· 53 53 - | 54 54 . /usr/lib/sdk/golang/enable.sh 55 55 mkdir -p "$GOCACHE" 56 - go build -mod=mod -trimpath -o switchyard-bin ./src 56 + go build -mod=mod -modcacherw -trimpath -o switchyard-bin ./src 57 57 - install -Dm755 switchyard-bin /app/bin/switchyard-bin 58 58 - install -Dm755 flatpak/switchyard-wrapper.sh /app/bin/switchyard 59 59 # Install desktop file and update app-id to .Devel ··· 67 67 - go-modules.json 68 68 - type: dir 69 69 path: .. 70 + skip: 71 + - .flatpak-builder 72 + - build-dir 73 + - build-repo 74 + - switchyard 75 + - switchyard.flatpak