From fd048bc92e40baa09cbd7a3fc00bec2145f6de91 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 24 Oct 2017 22:41:44 -0400 Subject: [PATCH] Update build-appveyor.cake --- build-appveyor.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-appveyor.cake b/build-appveyor.cake index 7d839d7a5..bd0fb3704 100644 --- a/build-appveyor.cake +++ b/build-appveyor.cake @@ -268,7 +268,7 @@ Task("ArtifactsWindows").Does(() => { }); Task("ArtifactsWindowsInstaller").Does(() => { - InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings { + InnoSetup("./setup/lidarr.iss", new InnoSetupSettings { OutputDirectory = artifactsFolder, ToolPath = "./setup/inno/ISCC.exe" });