mirror of
https://github.com/Readarr/Readarr
synced 2025-12-24 01:03:32 +01:00
Fixed: Default update branch as develop
This commit is contained in:
parent
55999a8bad
commit
6323cae373
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@ public DeploymentInfoProvider(IAppFolderInfo appFolderInfo, IDiskProvider diskPr
|
|||
var releaseInfoPath = Path.Combine(bin, "release_info");
|
||||
|
||||
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
|
||||
DefaultBranch = "master";
|
||||
|
||||
// ToDo Change to master as valid once released
|
||||
DefaultBranch = "develop";
|
||||
|
||||
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue