App: Rename ExePath to InstallPath
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Test / Run tests (push) Successful in 2m13s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Test / Run tests (push) Successful in 2m13s
				
			This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user