diff --git a/UWPHook/GamesWindow.xaml.cs b/UWPHook/GamesWindow.xaml.cs index 5188596..bd38575 100644 --- a/UWPHook/GamesWindow.xaml.cs +++ b/UWPHook/GamesWindow.xaml.cs @@ -456,6 +456,7 @@ namespace UWPHook VDFEntry newApp = new VDFEntry() { + appid = ((int)GenerateSteamGridAppId(app.Name, exePath)), AppName = app.Name, Exe = exePath, StartDir = exeDir,