ci: add multi-OS release workflow with auto-updater
- GitHub Action builds for Linux, Windows, macOS on v* tag push - macOS universal binary (Intel + Apple Silicon) - Draft release with all installers + updater signatures - tauri-plugin-updater for built-in auto-update support
This commit is contained in:
@@ -34,5 +34,13 @@
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
"enabled": true,
|
||||
"endpoints": [
|
||||
"https://github.com/Factor-scd/clustri/releases/latest/download/latest.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user