mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Update build-appveyor.cake
This commit is contained in:
parent
10c29a65db
commit
fd048bc92e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue