Skip to content

Commit b8c1cb2

Browse files
committed
update pub fn target docs
1 parent f31125a commit b8c1cb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/updater/src/updater.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,8 @@ impl Update {
12711271
}
12721272
}
12731273

1274-
/// Gets the target string used on the updater.
1274+
/// 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.
12751276
pub fn target() -> Option<String> {
12761277
if let (Some(target), Some(arch)) = (updater_os(), updater_arch()) {
12771278
Some(format!("{target}-{arch}"))

0 commit comments

Comments
 (0)