Add AppImage packaging, app icon, and AppStream metainfo

This commit is contained in:
2026-03-06 18:31:18 +02:00
parent 704f556867
commit 4f23d25511
4 changed files with 222 additions and 0 deletions

View File

@@ -555,6 +555,7 @@ fn build_ui(app: &adw::Application) {
.default_height(win_height)
.content(&toast_overlay)
.title("Pixstrip")
.icon_name(APP_ID)
.build();
if session_state.window_maximized {