Update buildall.sh
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16m16s Details

This commit is contained in:
Martyn 2024-04-03 15:02:03 +00:00
parent 878e6db2c8
commit 841fc326b9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do
echo "==================================================="
#note: only works on debianish
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
cargo tauri build --target x86_64-pc-windows-msvc
cargo tauri build --target x86_64-pc-windows-msvc -C linker=rust-lld
echo "================================================"
echo "Building apple"
echo "> cargo tauri build --target x86_64-apple-darwin"