Fix the missing appid when exporting apps

pull/101/merge
Brian Lima 4 weeks ago
parent 1744817958
commit a07d1b8e5e

@ -456,6 +456,7 @@ namespace UWPHook
VDFEntry newApp = new VDFEntry()
{
appid = ((int)GenerateSteamGridAppId(app.Name, exePath)),
AppName = app.Name,
Exe = exePath,
StartDir = exeDir,

Loading…
Cancel
Save