From 6963078669457767535f045d32ff38714b21d6fd Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 10 Apr 2017 15:18:11 +0200 Subject: [PATCH] Update build-appveyor.cake --- build-appveyor.cake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-appveyor.cake b/build-appveyor.cake index 84ed53dc4..6764e438a 100644 --- a/build-appveyor.cake +++ b/build-appveyor.cake @@ -266,7 +266,8 @@ Task("ArtifactsWindows").Does(() => { Task("ArtifactsWindowsInstaller").Does(() => { InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings { - OutputDirectory = artifactsFolderWindows + "/Radarr" + OutputDirectory = artifactsFolderWindows + "/Radarr", + ToolPath = "./setup/inno/ISCC.exe" }); });