mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-16 21:35:04 -04:00
Update build-appveyor.cake
This commit is contained in:
@@ -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"
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user