powerful but friendly backup program that runs in your tray, powered by restic devins.page/restray
go restic system-tray
2

Configure Feed

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

chore: move syso to packaging/windows

gets copied to root by justfile, untracked by git, just cleaner repo structure

intergrav (Jun 28, 2026, 7:16 PM EDT) 655c6c56 83998753

+6 -2
+1
.gitignore
··· 4 4 dist/ 5 5 result 6 6 Restray 7 + restray_windows_*.syso
+5 -2
justfile
··· 31 31 if [ -n "$last" ]; then 32 32 cp "$last" packaging/linux/restray.png 33 33 magick "$last" -define icon:auto-resize=256,128,64,48,32,16 packaging/windows/restray.ico 34 - go run github.com/tc-hib/go-winres@latest simply --icon packaging/windows/restray.ico --out restray 34 + go run github.com/tc-hib/go-winres@latest simply --icon packaging/windows/restray.ico --out packaging/windows/restray 35 + rm -f packaging/windows/restray_windows_386.syso 35 36 sizes="" 36 37 for size in 16 32 128 256 512; do 37 38 magick "$last" -resize ${size}x${size} "/tmp/restray-${size}.png" ··· 62 63 CGO_ENABLED=1 CC="zig cc -target ${za}-linux-gnu" \ 63 64 GOOS=linux GOARCH=$arch go build -o {{bin}}/{{app}}-{{version}}-linux-$arch . ;; 64 65 windows) 66 + cp -f packaging/windows/restray_windows_${arch}.syso . 2>/dev/null || true 65 67 CGO_ENABLED=1 CC="zig cc -target ${za}-windows-gnu" \ 66 - GOOS=windows GOARCH=$arch go build -ldflags -H=windowsgui -o {{bin}}/{{app}}-{{version}}-windows-$arch.exe . ;; 68 + GOOS=windows GOARCH=$arch go build -ldflags -H=windowsgui -o {{bin}}/{{app}}-{{version}}-windows-$arch.exe . 69 + rm -f restray_windows_${arch}.syso ;; 67 70 esac 68 71 } 69 72 build_os() {
restray_windows_386.syso

This is a binary file and will not be displayed.

restray_windows_amd64.syso packaging/windows/restray_windows_amd64.syso