fix osx icons

This commit is contained in:
Egor 2025-09-01 19:22:49 -07:00
parent ae46ea5918
commit 2a8e84aa3f
4 changed files with 1 additions and 4 deletions

View file

@ -18,7 +18,3 @@
- **Frontend errors**: Use `window.electronAPI.logs.logError(message, error)` for renderer process errors
- All errors are logged asynchronously to avoid blocking the event loop
- Only use console.\* for critical system errors that must appear in terminal (very rare cases)
### Scripting
- when debugging: try to run script commands explicitly through bash. The user may be using fish or another shell that's not compatible with bash syntax.

BIN
assets/icon.icns Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -129,6 +129,7 @@
"mac": {
"compression": "maximum",
"category": "public.app-category.productivity",
"icon": "assets/icon.icns",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "assets/entitlements.mac.plist",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 252 KiB