We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcc915 commit 73a211bCopy full SHA for 73a211b
plugins/updater/src/updater.rs
@@ -1381,7 +1381,7 @@ fn installer_for_bundle_type(bundle: Option<BundleType>) -> Option<Installer> {
1381
BundleType::AppImage => Some(Installer::AppImage),
1382
BundleType::Msi => Some(Installer::Msi),
1383
BundleType::Nsis => Some(Installer::Nsis),
1384
- BundleType::App => Some(Installer::App),
+ BundleType::App => Some(Installer::App), // App is also returned for Dmg type
1385
_ => None,
1386
}
1387
0 commit comments