mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
make build include releases.json for macos
This commit is contained in:
parent
8026a8977d
commit
a60f9c801f
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
name: '@electron-forge/maker-zip',
|
||||
platforms: ['darwin']
|
||||
platforms: ['darwin'],
|
||||
config: {
|
||||
macUpdateManifestBaseUrl: "https://jhbruhn.github.io/respira/update/darwin/x64"
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-dmg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue