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