From f4a678976e5c18136eb1f2862db2cbae9638dc2c Mon Sep 17 00:00:00 2001 From: neuronull <9162534+neuronull@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:57:26 -0700 Subject: [PATCH] Use development build flag in Build Desktop --- .github/workflows/build-desktop.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 03a09ac8c48..0ec80f00448 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -572,7 +572,7 @@ jobs: run: node build.js cross-platform - name: Build - run: npm run build + run: npm run build:dev - name: Pack if: ${{ needs.setup.outputs.has_secrets == 'false' }} @@ -835,7 +835,7 @@ jobs: run: node build.js cross-platform - name: Build - run: npm run build + run: npm run build:dev - name: Pack if: ${{ needs.setup.outputs.has_secrets == 'false' }} @@ -1190,7 +1190,7 @@ jobs: run: node build.js cross-platform - name: Build application (dev) - run: npm run build + run: npm run build:dev browser-build: name: Browser Build @@ -1412,7 +1412,7 @@ jobs: - name: Build if: steps.build-cache.outputs.cache-hit != 'true' - run: npm run build + run: npm run build:dev - name: Download Browser artifact uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 @@ -1692,7 +1692,7 @@ jobs: - name: Build if: steps.build-cache.outputs.cache-hit != 'true' - run: npm run build + run: npm run build:dev - name: Download Browser artifact uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0