David Gölzhäuser

Results 45 comments of David Gölzhäuser

Could the package name be an issue? The name includes an organization, like `@myorg/app` -> `/builds/App/monorepo/apps/raptor-electron/dist/@myorgapp-1.0.0-x64.nsis.7z`. I trued to change that setting a `productName` in the `electron-builder.yml` file but its...

@cZalyun I just pinned `electron-builder` to `24.12.0` without any change.

I'd also be willing to test any patches. Locally I am able to build it tho. The issue only appears on our buildserver when utilizing the docker image

As a workaround I am now building NSIS on a Mac Studio M2 Max, our new macOS buildserver. Tho I had to use `electron-builder` in version `24.9.1` to also work...

Thanks @mmaietta, `24.13.3` fixes the issue on macOS. It is however still broken when using `electronuserland/builder:wine`. In addition when building mac dmg I am getting the following error: `⨯ Env...

We are facing the same issue, did you find any workaround?

> > @marinofaggiana why does the app split the HEIC file? Why not upload the HEIC image without splitting it? One of the main reasons I'm not fully using Nextcloud...

> Thanks @idoodler ! Quick Q, are `mas` targets ever supposed to be notarized? (Meaning it should always be skipped by electron-builder logic) Or is that limited to `mac` target?...

@mmaietta I just checked, the `masOptions` are `undefined` for me: https://github.com/electron-userland/electron-builder/blob/27953bbe308d196adb0162f86caf5222666bd132/packages/app-builder-lib/src/macPackager.ts#L209C1-L210C1 Here is the effective config (`dist/builder-effective-config.yaml`) which is generated based on the `base`config which doesn't include the `mas` target...