Update build-appveyor.cake

This commit is contained in:
Leonardo Galli 2017-04-10 17:21:52 +02:00 committed by GitHub
parent 07254adf91
commit bae8d5e9a4
1 changed files with 1 additions and 1 deletions

View File

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