diff --git a/.changeset/selfish-turtles-fold.md b/.changeset/selfish-turtles-fold.md new file mode 100644 index 00000000000..2b233769416 --- /dev/null +++ b/.changeset/selfish-turtles-fold.md @@ -0,0 +1,13 @@ +--- +"app-builder-lib": patch +"dmg-builder": patch +"electron-builder": patch +"electron-builder-squirrel-windows": patch +"electron-forge-maker-appimage": patch +"electron-forge-maker-nsis": patch +"electron-forge-maker-nsis-web": patch +"electron-forge-maker-snap": patch +"electron-updater": patch +--- + +fix(docs): update autoupdate docs noting that channels work with Github diff --git a/docs/api/electron-builder.md b/docs/api/electron-builder.md index 5d27fcb1c75..0e1071b0ee3 100644 --- a/docs/api/electron-builder.md +++ b/docs/api/electron-builder.md @@ -3397,7 +3397,7 @@ return await getCertInfo(cscFile, cscInfo.password || “”)
currentVersion
SemVer - The current application version.
channel
String | “undefined” - Get the update channel. Not applicable for GitHub. Doesn’t return channel
from the update configuration, only if was previously set.
channel
String | “undefined” - Get the update channel. Doesn’t return channel
from the update configuration, only if was previously set.
requestHeaders
[key: string]: string | “undefined” - The request headers.