make build include releases.json for macos

This commit is contained in:
Jan-Henrik Bruhn 2025-12-11 12:54:48 +01:00
parent 8026a8977d
commit a60f9c801f

View file

@ -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',