Update build-appveyor.cake

This commit is contained in:
Qstick 2017-10-24 22:41:44 -04:00 committed by GitHub
commit fd048bc92e

View file

@ -268,7 +268,7 @@ Task("ArtifactsWindows").Does(() => {
}); });
Task("ArtifactsWindowsInstaller").Does(() => { Task("ArtifactsWindowsInstaller").Does(() => {
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings { InnoSetup("./setup/lidarr.iss", new InnoSetupSettings {
OutputDirectory = artifactsFolder, OutputDirectory = artifactsFolder,
ToolPath = "./setup/inno/ISCC.exe" ToolPath = "./setup/inno/ISCC.exe"
}); });