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" });