You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that after CodeSigning my Tauri 2 app, the custom background configured using the new background property in the tauri.conf.json is stripped out. I believe this applies to all customisations made to the dmg bundle.
Reproduction
Build an app locally on MacOS. The resulting .dmg correctly has a background
Build an app with code signing enabled, the .dmg will now no longer have a background, and icons placed in the top left
Note that I have only tested this on GitHub CI
Expected behavior
The dmg customisation should persist after code signing. It would be a real shame if this new functionality is rendered useless because of this issue
I assume that this is actually the issue and not code signing, see tauri-apps/tauri-action#740 - please try the workaround mentioned there. If that doesn't help i'll re-open this issue.
Describe the bug
It appears that after CodeSigning my Tauri 2 app, the custom background configured using the new background property in the tauri.conf.json is stripped out. I believe this applies to all customisations made to the dmg bundle.
Reproduction
Note that I have only tested this on GitHub CI
Expected behavior
The dmg customisation should persist after code signing. It would be a real shame if this new functionality is rendered useless because of this issue
Full
tauri info
outputStack trace
No response
Additional context
The application is built and signed using GitHub Actions
The text was updated successfully, but these errors were encountered: