feat: add AppImageHub provider support
This commit is contained in:
parent
1ad2f8a532
commit
f8ffb95376
23 changed files with 1636 additions and 50 deletions
|
|
@ -148,9 +148,11 @@ fn fallback_channel_preference(app: &AppRecord) -> ChannelPreference {
|
|||
.clone()
|
||||
.unwrap_or_else(|| source.locator.clone()),
|
||||
),
|
||||
SourceKind::GitLab | SourceKind::SourceForge | SourceKind::DirectUrl | SourceKind::File => {
|
||||
(UpdateChannelKind::DirectAsset, source.locator.clone())
|
||||
}
|
||||
SourceKind::GitLab
|
||||
| SourceKind::AppImageHub
|
||||
| SourceKind::SourceForge
|
||||
| SourceKind::DirectUrl
|
||||
| SourceKind::File => (UpdateChannelKind::DirectAsset, source.locator.clone()),
|
||||
};
|
||||
|
||||
ChannelPreference {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue