Script artifact generation

This commit is contained in:
2024-12-16 00:38:16 -05:00
parent 1b8207db17
commit ba7a2c47b0
3 changed files with 48 additions and 1 deletions
+11 -1
View File
@@ -12,4 +12,14 @@ Run
cargo build --release
```
The executable will be in `target/release/lemur[.exe]`
The executable will be in `target/release/lemur[.exe]`
## Release
Bump the version number in `Cargo.toml`, then run this script:
```sh
./scripts/release.sh
```
It uses docker to cross compile for Windows, MacOS, and Linux. All binaries are left in the `output` directory.