- Fixed SteamCMD setup progress bar
- Minor code refactoring & optimization
- Added support for log removal during uninstallation
- Koaloader installation can now convert old configurations instead of deleting them
- Upgraded to SmokeAPI v2.0.0
This commit is contained in:
pointfeev 2023-01-25 21:13:24 -05:00
parent 19214797d6
commit 7ae160c610
4 changed files with 4 additions and 2 deletions

View file

@ -377,7 +377,8 @@ internal static class Resources
"C7E41F569FC6A347D67D2BFB2BD10F25", // SmokeAPI v1.0.2
"F9E7D5B248B86D1C2F2F2905A9F37755", // SmokeAPI v1.0.3
"FD9032CCF73E3A4D7E187F35388BD569", // SmokeAPI v2.0.0-rc01
"129B68318E0F8F34588F390928DE644E" // SmokeAPI v2.0.0-rc02
"129B68318E0F8F34588F390928DE644E", // SmokeAPI v2.0.0-rc02
"2A8E5E167BC46B9977BFA77403DDD27F" // SmokeAPI v2.0.0
}
},
{
@ -389,7 +390,8 @@ internal static class Resources
"49122A2E2E51CBB0AE5E1D59B280E4CD", // SmokeAPI v1.0.2
"13F3E9476116F7670E21365A400357AC", // SmokeAPI v1.0.3
"151D09637E54A6DF281EAC5A9C484616", // SmokeAPI v2.0.0-rc01
"5AF1282DD4EE194F40944424984BAE8D" // SmokeAPI v2.0.0-rc02
"5AF1282DD4EE194F40944424984BAE8D", // SmokeAPI v2.0.0-rc02
"88A8CE5F9EB181335BEEF658D73A04B4" // SmokeAPI v2.0.0
}
},
{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 22 KiB