Skip to content

Commit 73a211b

Browse files
committed
add comment
1 parent cdcc915 commit 73a211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/updater/src/updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ fn installer_for_bundle_type(bundle: Option<BundleType>) -> Option<Installer> {
13811381
BundleType::AppImage => Some(Installer::AppImage),
13821382
BundleType::Msi => Some(Installer::Msi),
13831383
BundleType::Nsis => Some(Installer::Nsis),
1384-
BundleType::App => Some(Installer::App),
1384+
BundleType::App => Some(Installer::App), // App is also returned for Dmg type
13851385
_ => None,
13861386
}
13871387
}

0 commit comments

Comments
 (0)