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

This commit is contained in:
Martyn 2024-04-04 12:48:54 +00:00
parent 841fc326b9
commit 9496139f9f
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 -C linker=rust-lld
cargo tauri build --target x86_64-pc-windows-msvc
echo "================================================"
echo "Building apple"
echo "> cargo tauri build --target x86_64-apple-darwin"