Skip to content

Commit

Permalink
use png icon for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Dec 25, 2024
1 parent 9f8f722 commit ad87479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir -p AppDir/usr/bin/../share/applications
cp build/QDiskInfo AppDir/usr/bin/
cp dist/QDiskInfo.desktop AppDir/usr/share/applications
cp dist/QDiskInfo.svg AppDir/QDiskInfo.svg
cp dist/QDiskInfo-256x256.png AppDir/QDiskInfo.png
./appimagetool-static.AppImage -s deploy AppDir/usr/share/applications/*.desktop
Expand Down

0 comments on commit ad87479

Please sign in to comment.