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.
1 parent 2e43a7b commit 598c2b8Copy full SHA for 598c2b8
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
export OUTPUT="bob-${{ matrix.os.ARCH }}${{ matrix.tls.SUFFIX }}.AppImage"
177
178
# Change --executable path to be relative to CWD
179
- ./linuxdeploy --appdir AppDir --executable AppDir/usr/bin/bob --desktop-file AppDir/bob.desktop --icon-file AppDir/usr/share/icons/hicolor/256x256/apps/bob.png --output appimage
+ ./linuxdeploy --appdir AppDir --executable AppDir/usr/bin/bob --desktop-file AppDir/bob.desktop --output appimage
180
181
- name: Setup Bob build directory
182
run: |
0 commit comments