Fix the missing appid when exporting apps

master
Brian Lima 1 month ago
parent 1744817958
commit a07d1b8e5e

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

Loading…
Cancel
Save