Update VDF Entry with missing fields#2
Conversation
Add the appid field and fixes the name of the exe and appname to use the same capitalization as expected by Steam
|
Hey @BrianLima would you like me to transfer this repo over to you? You'd need to keep its license as is, perhaps appending an extra "Copyright" line to it (that line should appear before the one already present) would do the trick in order to maintain MIT compliance. Let me know in case you are interested, and I can start the transfer process right away. |
|
That would be nice, sorry if the occasional bug fix on sundays is bothering you 😇 |
|
Nah, PRs are always welcome. It just makes sense to transfer, specially since I don't intend to touch C# again hehe Thanks! |
|
Uh oh. I'll merge this PR, then you will need to delete your fork. |
|
@heyvito done and done! |
|
Awesome! Transferring now :) |
|
Yay! Thank you, Brian! |
Add the appid field and fixes the name of the exe and appname to use the same capitalization as expected by Steam
In the following binary comparison, it is possible to notice that the appid is removed from a file when it is re-serialized, and that the capitalization of some of the fields are changed, this probably interferes with what Steam expects, causing it to re-calculate the appid of an pre-existing shortcut, losing the connection to custom artworks in the library after the re-serialization done by projects using this library.
