mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +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(() => {
|
Task("ArtifactsWindowsInstaller").Does(() => {
|
||||||
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
|
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
|
||||||
OutputDirectory = artifactsFolderWindows + "/Radarr",
|
OutputDirectory = artifactsFolder,
|
||||||
ToolPath = "./setup/inno/ISCC.exe"
|
ToolPath = "./setup/inno/ISCC.exe"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -25,7 +25,7 @@ DefaultDirName={commonappdata}\Radarr\bin
|
||||||
DisableDirPage=yes
|
DisableDirPage=yes
|
||||||
DefaultGroupName={#AppName}
|
DefaultGroupName={#AppName}
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
OutputBaseFilename=Radarr.{#BranchName}.{#BuildVersion}
|
OutputBaseFilename=Radarr.{#BranchName}.{#BuildVersion}.installer
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
AppCopyright=Creative Commons 3.0 License
|
AppCopyright=Creative Commons 3.0 License
|
||||||
AllowUNCPath=False
|
AllowUNCPath=False
|
||||||
|
|
Loading…
Reference in a new issue