Build for windows as well
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Martyn Ranyard 2023-11-07 17:53:14 +01:00
parent 0815ad062a
commit 19d6affd30
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do
$HOME/bin/gotempl --data-json data.json< ../template/src-tauri/tauri.conf.json > src-tauri/tauri.conf.json
cd src-tauri
cargo tauri build
cargo tauri build -target --target i686-pc-windows-msvc
cd ..
cd ..
done