From 045115280fd9c2febc308b81cab05d51996edb9f Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:37:15 -0700 Subject: [PATCH] Update build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2690627..5af1917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: toolchain: stable - name: Install deps and build - run: yarn && yarn build + run: yarn && yarn tauri build - name: Compress build uses: vimtor/action-zip@v1 @@ -78,7 +78,7 @@ jobs: librsvg2-dev - name: Install deps and build release - run: yarn && yarn build + run: yarn && NO_STRIP=true yarn tauri build - name: Compress build uses: vimtor/action-zip@v1