Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cli] Write tags to config after successful verification
If a game has a `__required` SDL which is an empty string will fail verification because the check for building the list of hashes will fail, implying that the whole game including all the SDLs will be validated. At the same time, if we are importing a game using a config file that doesn't specify the `install_tags` for such a game, the install tags won't be saved due to calling an early `exit(0)`. These two issues combined can cause a verification, repair, verification loop. This commit addresses both of those issues. Related convertation on Discord: https://discord.com/channels/695233346627698689/695234626582609940/1084939380713594924
- Loading branch information