diff --git a/.gitea/workflows/buildapps.yaml b/.gitea/workflows/buildapps.yaml index 774be97..0d2cb3f 100644 --- a/.gitea/workflows/buildapps.yaml +++ b/.gitea/workflows/buildapps.yaml @@ -11,6 +11,7 @@ jobs: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - uses: Swatinem/rust-cache@v2 - name: Install gotempl run: | mkdir -p $HOME/bin diff --git a/buildall.sh b/buildall.sh index 6889b28..bc81973 100644 --- a/buildall.sh +++ b/buildall.sh @@ -15,7 +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 + cargo tauri build --target i686-pc-windows-msvc cd .. cd .. done \ No newline at end of file