mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Update build-appveyor.cake
This commit is contained in:
@@ -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"
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user