From 15ad025ad98ffd5f1ddd437c605f7e40358bbe82 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 7 Feb 2022 08:55:23 +0100 Subject: [PATCH] Fix buildOutputDir. Note: should use output from dotnet publish! --- ILSpy.Installer/setup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy.Installer/setup.cs b/ILSpy.Installer/setup.cs index 33f4443e6..136b0bfd1 100644 --- a/ILSpy.Installer/setup.cs +++ b/ILSpy.Installer/setup.cs @@ -19,7 +19,7 @@ namespace ILSpy.Installer #else var buildConfiguration = "Release"; #endif - var buildOutputDir = $@"ILSpy\bin\{buildConfiguration}\net472"; + var buildOutputDir = $@"ILSpy\bin\{buildConfiguration}\net6.0-windows"; var project = new Project("ILSpy", new InstallDir(@"%LocalAppData%\Programs\ILSpy",