Skip to content

Releases: Rustbeard86/HeroicDedupe

v1.1.1 - Cross-platform Release

13 Feb 23:57

Choose a tag to compare

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

v1.1.0 - Auto-restart & Cache Refresh

13 Feb 23:23

Choose a tag to compare

What's New

  • Auto-restart Heroic launcher after processing completes
  • Add --refresh-cache\ CLI parameter to re-fetch IGDB metadata
  • Fix invalid JSON syntax in configuration file

Changes

  • Captures Heroic executable path before closing and restarts automatically
  • Clear IGDB cache with --refresh-cache\ flag
  • Fixed missing comma in appsettings.json

HeroicDedupe

07 Dec 23:21

Choose a tag to compare

Clear exposed credentials.
Set igdb integration to false by default.