Skip to content

Commit 2d25ec8

Browse files
authored
chore(docs): fix typo in SquirrelWindowsOptions (#8968)
1 parent ad151b9 commit 2d25ec8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/bright-rivers-complain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
chore(docs): Fix typo in `SquirrelWindowsOptions`

packages/app-builder-lib/scheme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6010,7 +6010,7 @@
60106010
]
60116011
},
60126012
"customSquirrelVendorDir": {
6013-
"description": "The custom squirrel vender dir. If not specified will use the Squirrel.Windows that is shipped with electron-installer(https://github.com/electron/windows-installer/tree/main/vendor).\nAfter https://github.com/electron-userland/electron-builder-binaries/pull/56 merged, will add `electron-builder-binaries` to get the latest version of squirrel.",
6013+
"description": "The custom squirrel vendor dir. If not specified will use the Squirrel.Windows that is shipped with electron-installer(https://github.com/electron/windows-installer/tree/main/vendor).\nAfter https://github.com/electron-userland/electron-builder-binaries/pull/56 merged, will add `electron-builder-binaries` to get the latest version of squirrel.",
60146014
"type": "string"
60156015
},
60166016
"iconUrl": {

packages/app-builder-lib/src/options/SquirrelWindowsOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface SquirrelWindowsOptions extends TargetSpecificOptions {
4141
readonly useAppIdAsId?: boolean
4242

4343
/**
44-
* The custom squirrel vender dir. If not specified will use the Squirrel.Windows that is shipped with electron-installer(https://github.com/electron/windows-installer/tree/main/vendor).
44+
* The custom squirrel vendor dir. If not specified will use the Squirrel.Windows that is shipped with electron-installer(https://github.com/electron/windows-installer/tree/main/vendor).
4545
* After https://github.com/electron-userland/electron-builder-binaries/pull/56 merged, will add `electron-builder-binaries` to get the latest version of squirrel.
4646
*/
4747
readonly customSquirrelVendorDir?: string

0 commit comments

Comments
 (0)