Update build-appveyor.cake

This commit is contained in:
Leonardo Galli 2017-04-10 14:52:13 +02:00 committed by GitHub
parent 87ee360818
commit 7182081fca
1 changed files with 2 additions and 2 deletions

View File

@ -266,8 +266,8 @@ Task("ArtifactsWindows").Does(() => {
Task("ArtifactsWindowsInstaller").Does(() => {
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
OutputDir = artifactsFolderWindows + "/Radarr"
});
OutputDirectory = artifactsFolderWindows + "/Radarr"
});
});
Task("ArtifactsLinux").Does(() => {