From 8ce3b42ae9fbcc98a83495282c0a9035d3c6e75d Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Sat, 26 Mar 2022 07:12:26 +0100 Subject: [PATCH] Fix itch duplicates (#59) Fixes this issue #58 --- src/sync/symlinks.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sync/symlinks.rs b/src/sync/symlinks.rs index 2a85fb3..717c94f 100644 --- a/src/sync/symlinks.rs +++ b/src/sync/symlinks.rs @@ -43,6 +43,7 @@ pub fn create_sym_links(shortcut: &ShortcutOwned) -> ShortcutOwned { ); let mut new_shortcut = new_shortcut.to_owned(); new_shortcut.tags = shortcut.tags.clone(); + new_shortcut.dev_kit_game_id = shortcut.dev_kit_game_id.clone(); new_shortcut } _ => {