diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a093bed38..90f6856f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: - name: Build macOS if: matrix.os == 'macos-latest' - run: yarn build:mac + run: sudo yarn build:mac env: MAIN_VITE_API_URL: ${{ vars.MAIN_VITE_STAGING_API_URL }} MAIN_VITE_AUTH_URL: ${{ vars.MAIN_VITE_STAGING_AUTH_URL }} diff --git a/build/icon.icns b/build/icon.icns index 20e5bc4fb..1dfd54ea2 100644 Binary files a/build/icon.icns and b/build/icon.icns differ diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index dde51b5f0..7510af895 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -221,7 +221,7 @@ export class WindowManager { minHeight: 540, backgroundColor: "#1c1c1c", titleBarStyle: process.platform === "linux" ? "default" : "hidden", - ...(process.platform === "linux" ? { icon } : {}), + icon, trafficLightPosition: { x: 16, y: 16 }, titleBarOverlay: { symbolColor: "#DADBE1",