Skip to content

Commit

Permalink
Merge pull request #47 from SpiralOutDotEu/fix/multi-os-releases
Browse files Browse the repository at this point in the history
Fix/multi os releases
  • Loading branch information
SpiralOutDotEu committed Nov 3, 2023
2 parents 187af04 + 7f99a27 commit 3e437d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
"assets": [
{"path": "target/release/zk_whitelist", "label": "Linux binary"},
{"path": "target/x86_64-pc-windows-gnu/release/zk_whitelist.exe", "label": "Windows binary"},
{"path": "target/x86_64-apple-darwin/release/zk_whitelist.dmg", "label": "macOS binary"}
{"path": "target/x86_64-apple-darwin/release/zk_whitelist", "label": "macOS binary"}
]
}],
["@semantic-release/git", {
Expand Down
1 change: 1 addition & 0 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cargo install cross

# Build for Windows
rustup target add x86_64-pc-windows-gnu
cross build --target x86_64-pc-windows-gnu --release

# build for Mac
curl -L https://github.com/roblabla/MacOSX-SDKs/releases/download/13.3/MacOSX13.3.sdk.tar.xz | tar xJ
Expand Down

0 comments on commit 3e437d1

Please sign in to comment.