feat(desktop): Add auto-update functionality to Goose desktop app (#2852)

Co-authored-by: jack <jack@deck.local>
Co-authored-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
jack
2025-06-12 20:25:44 +02:00
committed by GitHub
parent ff80c2f44a
commit 37812fc76a
15 changed files with 1264 additions and 32 deletions
+13
View File
@@ -44,6 +44,19 @@ if (process.env['APPLE_ID'] === undefined) {
module.exports = {
packagerConfig: cfg,
rebuildConfig: {},
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'block',
name: 'goose'
},
prerelease: false,
draft: true
}
}
],
makers: [
{
name: '@electron-forge/maker-zip',