fix: build

This commit is contained in:
veeso
2023-05-15 14:23:13 +02:00
parent 4cbba3f3cb
commit bae4db8e27
6 changed files with 158 additions and 209 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ if [ ! -f Cargo.toml ]; then
fi
# Build release (x86_64)
cargo build --release
cargo build --release --target x86_64-apple-darwin
# Make pkg
X86_64_HASH=$(make_pkg "x86_64" "$VERSION")
RET_X86_64=$?