Documents: fix WinziPrint args

This commit is contained in:
2023-10-19 22:45:31 +02:00
parent 8ce4911317
commit e52475a4bf
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace Elwig.Documents {
public static async Task Init(Action evtHandler) {
var p = new Process() { StartInfo = new() {
FileName = WinziPrint,
Arguments = $"-p -e utf-8 -d '{App.TempPath}' -",
Arguments = $"-p -e utf-8 -d \"{App.TempPath}\" -",
CreateNoWindow = true,
UseShellExecute = false,
RedirectStandardInput = true,