Update configures.

This commit is contained in:
Bruce
2026-04-11 14:25:37 +08:00
parent d170a9196d
commit 8227689e6a
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ namespace Launch
}
string appUserModelId = args [0];
string argumentLine = BuildCommandLine (args, 1);
AppxPackage.PackageManager.ActiveApp (appUserModelId, string.IsNullOrEmpty (argumentLine) ? null : argumentLine);
AppxPackage.PackageManager.ActiveApp (appUserModelId, argumentLine);
}
}
}