Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
if parsing folder name to Thunderstore mod string failed.
|
|
|
|
The difference is simply the removed deprecation notice
|
|
development versions are checked with:
current_version < newest_version
release versions are checked with:
current_version != newest_version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also deletes old version of legacy package if installed
|
|
|
|
|
|
|
|
Adds ability to delete mods from `packages` directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|