Build for windows as well
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
This commit is contained in:
parent
0815ad062a
commit
19d6affd30
|
@ -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
|
$HOME/bin/gotempl --data-json data.json< ../template/src-tauri/tauri.conf.json > src-tauri/tauri.conf.json
|
||||||
cd src-tauri
|
cd src-tauri
|
||||||
cargo tauri build
|
cargo tauri build
|
||||||
|
cargo tauri build -target --target i686-pc-windows-msvc
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
Loading…
Reference in New Issue