mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Update build-appveyor.cake
This commit is contained in:
parent
87ee360818
commit
7182081fca
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user