Releases: Rustbeard86/HeroicDedupe
Releases · Rustbeard86/HeroicDedupe
v1.1.1 - Cross-platform Release
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"
}v1.1.0 - Auto-restart & Cache Refresh
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
Clear exposed credentials.
Set igdb integration to false by default.