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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user