Skip to content

Commit aeb8e76

Browse files
committed
Add --output appimage and zsync updater
1 parent 82bf7ff commit aeb8e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
cp -R usr/bin/share/* usr/share/
136136
rm -rf usr/bin/share
137137
echo "LD_LIBRARY_PATH=$(pwd)/usr/bin/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
138+
echo 'UPDATE_INFORMATION=gh-releases-zsync|saber-notes|saber|latest|Saber-*-x86_64.AppImage.zsync' >> $GITHUB_ENV
138139
139140
- name: Install linuxdeploy
140141
working-directory: linux/AppImage
@@ -144,7 +145,7 @@ jobs:
144145
- name: Build AppImage
145146
working-directory: linux/AppImage
146147
run: |
147-
./linuxdeploy-x86_64.AppImage --appdir AppDir
148+
./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage
148149
149150
- run: tree linux/AppImage
150151

0 commit comments

Comments
 (0)