feat: update macos icon

This commit is contained in:
Zamitto 2025-02-21 22:10:18 -03:00
parent 285eadd0f4
commit 2495aea137
3 changed files with 2 additions and 2 deletions

View file

@ -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 }}

Binary file not shown.

View file

@ -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",