From e25534098962c6a38b1313dcdbf470d6936ebd2f Mon Sep 17 00:00:00 2001 From: LukeGus Date: Fri, 24 Oct 2025 00:14:37 -0500 Subject: [PATCH] fix: fix macOS verison build error --- .github/workflows/electron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 097b3836..e4e3d860 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -183,7 +183,7 @@ jobs: echo "✅ Build version for Apple: $BUILD_VERSION" # Build with custom buildVersion without modifying package.json - npm run build && electron-builder --mac --universal --config.buildVersion="$BUILD_VERSION" + npm run build && npx electron-builder --mac --universal --config.buildVersion="$BUILD_VERSION" - name: List release directory if: steps.check_certs.outputs.has_certs == 'true'