mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T210, "local developer" distribution
This commit is contained in:
@@ -70,7 +70,7 @@ namespace BlackMisc
|
||||
const CArtifact exactVersion = ownArtifacts.findFirstByVersionOrDefault(myVersion);
|
||||
if (!exactVersion.isUnknown()) { return exactVersion.getDistributions().getMostStableOrDefault(); }
|
||||
|
||||
return CDistribution();
|
||||
return CDistribution::localDeveloperBuild();
|
||||
}
|
||||
|
||||
QStringList CUpdateInfo::anticipateMyDefaultChannelAndPlatform() const
|
||||
|
||||
Reference in New Issue
Block a user