Skip to content

v1.1.1 - Cross-platform Release

Latest

Choose a tag to compare

@Rustbeard86 Rustbeard86 released this 13 Feb 23:57

What's New

  • Linux support - Now builds for Linux x64 automatically
  • Auto-restart Heroic launcher after processing completes
  • Add --refresh-cache CLI 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 --help

Update 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"
}