Update On Sun Oct 27 19:33:48 CET 2024

This commit is contained in:
github-action[bot]
2024-10-27 19:33:49 +01:00
parent 13d496f832
commit 39564c32a7
55 changed files with 857 additions and 640 deletions
@@ -313,6 +313,7 @@ namespace ServiceLib.ViewModels
{
StartInfo = new ProcessStartInfo
{
UseShellExecute = true,
FileName = fileName,
Arguments = arg.AppendQuotes(),
WorkingDirectory = Utils.StartupPath()