Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
according to clippy
|
|
on upgrade
|
|
No clue how that even worked in the first place
|
|
|
|
on update
|
|
|
|
|
|
|
|
to prompt to "update" mod
|
|
Adds logic to install, remove, and check existing install of NorthstarProton.
|
|
|
|
|
|
|
|
Prints a warning to console if snap installation of Steam is detected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise we accept improper formatted Thunderstore mod strings like
`AUTHOR-MOD-VERSION-RANDOM_STUFF`
|
|
Allows printing `ParsedThunderstoreModString` in the Thunderstore mod
string format
|
|
|
|
Moves some logic related to reading legacy installed mods to new file in order to clean up code before adding new logic.
|
|
|
|
|
|
Toolchain updated and new clipply managed to find a new anti-pattern.
|
|
|
|
And update code accordingly
Co-authored-by: AnActualEmerald <emerald_actual@protonmail.com>
|
|
Relying on a file to be parsed in time is unreliably, and if the file is open while we delete it we may run into locking problems.
Downside is that this gives a fugly prompt
|
|
|
|
Otherwise user will just see infinite loading bar
|
|
|
|
Slashes a bunch of unnecessary dependencies
|
|
|
|
if treating enabledmods.json as object fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove some unwraps for fetching GitHub API to prevent thread from panicking on no internet
|
|
|