Skip to content

Commit

Permalink
Merge pull request #417 from OlegAckbar/patch-1
Browse files Browse the repository at this point in the history
Fix app icon on Wayland
  • Loading branch information
mtkennerly authored Nov 19, 2024
2 parents d631248 + 672f872 commit 0cee097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Encoding=UTF-8
Name=Ludusavi
Comment=Tool for backing up your PC video game save data.
Exec=ludusavi
Icon=ludusavi
Icon=com.github.mtkennerly.ludusavi
Terminal=false
Categories=Game;
Keywords=game;games;backup;save;saves;
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn run(flags: Flags) {
exit_on_close_request: false,
#[cfg(target_os = "linux")]
platform_specific: iced::window::settings::PlatformSpecific {
application_id: "ludusavi".to_string(),
application_id: "com.github.mtkennerly.ludusavi".to_string(),
..Default::default()
},
icon: match image::load_from_memory(include_bytes!("../assets/icon.png")) {
Expand Down

0 comments on commit 0cee097

Please sign in to comment.