Browse Source

Fix build error

pull/2558/head
Andreas Weizel 4 years ago
parent
commit
ac165d68c7
  1. 2
      ILSpy.Installer/setup.cs

2
ILSpy.Installer/setup.cs

@ -15,7 +15,7 @@ namespace ILSpy.Installer @@ -15,7 +15,7 @@ namespace ILSpy.Installer
#if DEBUG
var buildConfiguration = "Debug";
#else
var buildConfiguration = "Release;
var buildConfiguration = "Release";
#endif
var buildOutputDir = $@"ILSpy\bin\{buildConfiguration}\net472";

Loading…
Cancel
Save