From 584120317bc5e667ababef064d06ceb00d589e27 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Fri, 24 Oct 2025 23:41:54 -0500 Subject: [PATCH] fix: macOS build failing --- .github/workflows/electron-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index f69e73ec..ac8c448d 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -227,6 +227,7 @@ jobs: run: | npm ci npm install --force @rollup/rollup-darwin-arm64 + npm install dmg-license - name: Check for Code Signing Certificates id: check_certs