App: Rename ExePath to InstallPath
All checks were successful
Test / Run tests (push) Successful in 2m13s

This commit is contained in:
2025-05-27 11:43:34 +02:00
parent b580e1bf79
commit 623f55f5b0
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ using System.Drawing.Printing;
namespace Elwig.Helpers.Printing {
public static class Pdf {
private static readonly string WinziPrint = new string[] { App.ExePath }
private static readonly string WinziPrint = new string[] { App.InstallPath }
.Union(Environment.GetEnvironmentVariable("PATH")?.Split(';') ?? [])
.Select(x => Path.Combine(x, "WinziPrint.exe"))
.Where(File.Exists)