mirror of
https://github.com/Radarr/Radarr
synced 2025-02-01 04:13:42 +00:00
Update build-appveyor.cake
This commit is contained in:
parent
7182081fca
commit
6963078669
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue