Add Windows release binaries (#127)

* Add Windows release binaries

* Fix Windows installer downloads
This commit is contained in:
Ragnor Comerford 2026-05-30 14:23:40 +02:00 committed by GitHub
parent 6c9afc7e9b
commit 24413844ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 364 additions and 15 deletions

View file

@ -74,9 +74,6 @@ platform_asset_name() {
Linux/x86_64)
printf 'omnigraph-linux-x86_64.tar.gz\n'
;;
Darwin/x86_64)
printf 'omnigraph-macos-x86_64.tar.gz\n'
;;
Darwin/arm64)
printf 'omnigraph-macos-arm64.tar.gz\n'
;;