Skip to content

Commit

Permalink
refactor: Update GitHub update options in config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Oct 2, 2024
1 parent 4867ae5 commit bd31eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron/constants/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ const githubPublishOptions = {
* @typedef {{
* private: boolean,
* token?: string,
* allowPrerelease: boolean
* allowPrerelease: boolean,
* } & PearlGithubPublishOptions} PearlGithubUpdateOptions
*/

/**
* GitHub update options
* @see https://www.electron.build/auto-update#githuboptions
* @type {PearlGithubUpdateOptions}
* use {githubPublishOptions} instead if you're looking to release the app to GitHub
*/
const githubUpdateOptions = {
...githubPublishOptions,
Expand Down

0 comments on commit bd31eb8

Please sign in to comment.