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 f31125a commit b8c1cb2Copy full SHA for b8c1cb2
plugins/updater/src/updater.rs
@@ -1271,7 +1271,8 @@ impl Update {
1271
}
1272
1273
1274
-/// Gets the target string used on the updater.
+/// Gets the base target string used by the updater. If bundle type infromation is available it
1275
+/// will be added to this string when selecting the download URL and signature.
1276
pub fn target() -> Option<String> {
1277
if let (Some(target), Some(arch)) = (updater_os(), updater_arch()) {
1278
Some(format!("{target}-{arch}"))
0 commit comments