From a07d1b8e5e0f8d9eae994e90157e19c790acfa31 Mon Sep 17 00:00:00 2001 From: Brian Lima Date: Sun, 7 Apr 2024 15:40:45 -0300 Subject: [PATCH] Fix the missing appid when exporting apps --- UWPHook/GamesWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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,