SteamGridDB / steam-rom-manager

The bulk game importer and artwork manager for Steam!
https://steamgriddb.github.io/steam-rom-manager/
GNU General Public License v3.0
1.92k stars 123 forks source link

[Fix] Change to file-parser.ts to fix appending of arguments. #629

Closed HazardousBackup closed 7 months ago

HazardousBackup commented 10 months ago

This should fix #625

It seems like it should be referencing the parsed config instead of the regular config. There is some extra processing of appendArgstoExecutable in buildParsedConfigsPromise that otherwise doesn't seem to be used and seems intended to be used for this.

cbartondock commented 7 months ago

This is not the correct fix, see my comment on https://github.com/SteamGridDB/steam-rom-manager/issues/625