owncloud / docs-client-branding

ownCloud Branding Documentation
https://doc.owncloud.com
2 stars 1 forks source link

client-updater-server syntax change #60

Open fmoc opened 1 year ago

fmoc commented 1 year ago

The update server configuration for macOS now needs to be done in a build architecture specific way. The existing macos key in the YAML files need to be changed to macos-x86_64. If ARM/M1 support is needed, a new macos-arm64 key can be added pointing to the corresponding files.

See https://github.com/owncloud/docs-client-branding/blob/master/modules/ROOT/pages/branded_desktop_client/update_branded_desktop_clients.adoc, https://github.com/owncloud/client-updater-server/pull/147.