mirror of
https://github.com/Radarr/Radarr
synced 2024-12-29 11:25:26 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
8765155223
2 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ Task("ArtifactsWindows").Does(() => {
|
|||
|
||||
Task("ArtifactsWindowsInstaller").Does(() => {
|
||||
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
|
||||
OutputDirectory = artifactsFolderWindows + "/Radarr",
|
||||
OutputDirectory = artifactsFolder,
|
||||
ToolPath = "./setup/inno/ISCC.exe"
|
||||
});
|
||||
});
|
||||
|
|
|
@ -25,7 +25,7 @@ DefaultDirName={commonappdata}\Radarr\bin
|
|||
DisableDirPage=yes
|
||||
DefaultGroupName={#AppName}
|
||||
DisableProgramGroupPage=yes
|
||||
OutputBaseFilename=Radarr.{#BranchName}.{#BuildVersion}
|
||||
OutputBaseFilename=Radarr.{#BranchName}.{#BuildVersion}.installer
|
||||
SolidCompression=yes
|
||||
AppCopyright=Creative Commons 3.0 License
|
||||
AllowUNCPath=False
|
||||
|
|
Loading…
Reference in a new issue