Skip to content

Commit

Permalink
Fix icons in appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Feb 7, 2024
1 parent ea28f90 commit 95abb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script:
- cp -r build/linux/x64/release/bundle AppDir
- mkdir -p AppDir/usr/share/icons/hicolor/64x64/apps/
- mv AppDir/lib/ AppDir/usr/
- cp linux/debian/usr/share/icons/hicolor/* AppDir/usr/share/icons/hicolor/64x64/apps/
- cp linux/debian/usr/share/icons/hicolor AppDir/usr/share/icons/hicolor -r
AppDir:
path: ./AppDir
app_info:
Expand Down

0 comments on commit 95abb69

Please sign in to comment.