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.

fix: linux packaging

intergrav (Jun 29, 2026, 6:39 PM EDT) 8e1a4e13 5228f994

+3
+1
flake.nix
··· 75 75 ] 76 76 ++ lib.optionals (!isDarwin) [ 77 77 pkg-config 78 + linuxdeploy 78 79 ]; 79 80 }; 80 81 });
+2
justfile
··· 123 123 _package-linux arch: 124 124 mkdir -p {{dist}} 125 125 OUTPUT={{dist}}/{{app}}-{{version}}-linux-{{arch}}.AppImage linuxdeploy \ 126 + --appdir=AppDir \ 126 127 --executable={{bin}}/{{app}}-{{version}}-linux-{{arch}} \ 127 128 --desktop-file=packaging/linux/restray.desktop \ 128 129 --icon-file=packaging/linux/restray.png \ 129 130 --output=appimage 131 + rm -rf AppDir 130 132 131 133 run: 132 134 just build && {{bin}}/{{app}}-{{version}}-$(go env GOOS)-$(go env GOARCH)