mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 13:21:59 +03:00
6 lines
129 B
Bash
6 lines
129 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cargo build --release
|
||
|
cd ./target/release
|
||
|
zip martin-darwin-x86_64.zip martin
|
||
|
shasum -a 256 martin-darwin-x86_64.zip
|