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:42 PM EDT) b46cb03b cb2fe9af

+3 -2
+3 -2
justfile
··· 122 122 123 123 _package-linux arch: 124 124 mkdir -p {{dist}} 125 + cp {{bin}}/{{app}}-{{version}}-linux-{{arch}} {{bin}}/{{app}} 125 126 NO_STRIP=true OUTPUT={{dist}}/{{app}}-{{version}}-linux-{{arch}}.AppImage linuxdeploy \ 126 127 --appdir=AppDir \ 127 - --executable={{bin}}/{{app}}-{{version}}-linux-{{arch}} \ 128 + --executable={{bin}}/{{app}} \ 128 129 --desktop-file=packaging/linux/restray.desktop \ 129 130 --icon-file=packaging/linux/restray.png \ 130 131 --output=appimage 131 - rm -rf AppDir 132 + rm -rf AppDir {{bin}}/{{app}} 132 133 133 134 run: 134 135 just build && {{bin}}/{{app}}-{{version}}-$(go env GOOS)-$(go env GOARCH)