mirror of https://github.com/Radarr/Radarr
Update build-appveyor.cake
This commit is contained in:
parent
680681c8bd
commit
ad222570be
|
@ -267,7 +267,7 @@ Task("ArtifactsWindows").Does(() => {
|
|||
Task("ArtifactsWindowsInstaller").Does(() => {
|
||||
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
|
||||
OutputDir = artifactsFolderWindows + "/Radarr"
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
Task("ArtifactsLinux").Does(() => {
|
||||
|
|
Loading…
Reference in New Issue