Documents: fix WinziPrint args
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user