1
0
Fork 0
mirror of synced 2024-06-18 18:34:54 +12:00

Update linux.yml to use the new icon

This commit is contained in:
jann 2020-12-17 16:23:17 +07:00 committed by GitHub
parent 2d159b0895
commit e007d8e955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ jobs:
chmod +x linuxdeploy-x86_64.AppImage
mkdir -p AppDir/usr/bin
cp target/release/czkawka_gui AppDir/usr/bin
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin gtk --output appimage --icon-file icon.png --desktop-file pkgs/com.github.qarmin.czkawka.desktop
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin gtk --output appimage --icon-file data/icons/com.github.quarmin.czawka.svg --desktop-file pkgs/com.github.qarmin.czkawka.desktop
- name: Store Linux Appimage GUI
uses: actions/upload-artifact@v2