We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--output appimage
1 parent 82bf7ff commit aeb8e76Copy full SHA for aeb8e76
.github/workflows/linux.yml
@@ -135,6 +135,7 @@ jobs:
135
cp -R usr/bin/share/* usr/share/
136
rm -rf usr/bin/share
137
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
139
140
- name: Install linuxdeploy
141
working-directory: linux/AppImage
@@ -144,7 +145,7 @@ jobs:
144
145
- name: Build AppImage
146
147
run: |
- ./linuxdeploy-x86_64.AppImage --appdir AppDir
148
+ ./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage
149
150
- run: tree linux/AppImage
151
0 commit comments