What's New
- Linux support - Now builds for Linux x64 automatically
- Auto-restart Heroic launcher after processing completes
- Add
--refresh-cacheCLI parameter to re-fetch IGDB metadata - Improved cross-platform process handling
Downloads
- Windows:
HeroicDedupe.exe(requires .NET 10 Runtime) - Linux:
HeroicDedupe(requires .NET 10 Runtime)
Installation
Linux
chmod +x HeroicDedupe
./HeroicDedupe --helpUpdate your appsettings.json with Linux paths:
{
"HeroicConfigPath": "~/.config/heroic/store/config.json",
"LegendaryLibraryPath": "~/.config/heroic/store_cache/legendary_library.json",
"GogLibraryPath": "~/.config/heroic/store_cache/gog_library.json",
"NileLibraryPath": "~/.config/heroic/store_cache/nile_library.json"
}