From bae8d5e9a4ef700cb3d0c90b59493d7f06c8eab8 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 10 Apr 2017 17:21:52 +0200 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 6764e438a..b90f4c717 100644 --- a/build-appveyor.cake +++ b/build-appveyor.cake @@ -266,7 +266,7 @@ Task("ArtifactsWindows").Does(() => { Task("ArtifactsWindowsInstaller").Does(() => { InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings { - OutputDirectory = artifactsFolderWindows + "/Radarr", + OutputDirectory = artifactsFolder, ToolPath = "./setup/inno/ISCC.exe" }); });