diff --git a/Source/AutoImport.cs b/Source/AutoImport.cs index 76b9ebd..53112d6 100644 --- a/Source/AutoImport.cs +++ b/Source/AutoImport.cs @@ -190,7 +190,8 @@ private IEnumerable GetExecutablesInDir(string dirPath, Hash Type = GameActionType.File, Path = fileInfo.FullName, WorkingDir = fileInfo.DirectoryName, - Name = "Play" + Name = "Play", + IsPlayAction = true } } }; @@ -255,4 +256,4 @@ private bool IsGameExecutable(string path) return !(fileName.Contains("uninstall") || fileName.Contains("setup") || fileName.Contains("config") || fileName.Contains("crash")); } } -} \ No newline at end of file +}