1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Update build-appveyor.cake

This commit is contained in:
Leonardo Galli 2017-04-10 15:18:11 +02:00 committed by GitHub
parent 7182081fca
commit 6963078669

View File

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