From bd31eb8a12112d66b0cbf9f08c55d7de5ebe5e19 Mon Sep 17 00:00:00 2001 From: truemiller Date: Wed, 2 Oct 2024 22:10:46 +0100 Subject: [PATCH] refactor: Update GitHub update options in config.js --- electron/constants/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/electron/constants/config.js b/electron/constants/config.js index cfd8e4fa9..2a6300839 100644 --- a/electron/constants/config.js +++ b/electron/constants/config.js @@ -47,7 +47,7 @@ const githubPublishOptions = { * @typedef {{ * private: boolean, * token?: string, - * allowPrerelease: boolean + * allowPrerelease: boolean, * } & PearlGithubPublishOptions} PearlGithubUpdateOptions */ @@ -55,7 +55,6 @@ const githubPublishOptions = { * 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,