fmaclen / hollama

A minimal web-UI for talking to Ollama servers
https://hollama.fernando.is
MIT License
316 stars 27 forks source link

Desktop app: sign macOS release #134

Closed fmaclen closed 1 month ago

fmaclen commented 1 month ago

https://www.electron.build/code-signing

fmaclen commented 1 month ago

Once the code is signed we should try enabling an arm64 release for macOS. We would do this by adding macos-latest to the release.yml matrix.

Currently, if we add macos-latest to the matrix the release get's built but when we try to execute macOS says the app is damaged. My understanding is that Apple expects apps for Apple Silicon to be signed.

fmaclen commented 1 month ago

Decided to punt on code-signing the Windows releases (#147)

fmaclen commented 1 month ago

:tada: This issue has been resolved in version 0.8.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: