From 19d6affd30c17ba48d95cb36c6dcc779376419fa Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 7 Nov 2023 17:53:14 +0100 Subject: [PATCH] Build for windows as well --- buildall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildall.sh b/buildall.sh index be8236e..6889b28 100644 --- a/buildall.sh +++ b/buildall.sh @@ -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 \ No newline at end of file