diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2544bcf..a63f79f 100755 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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. diff --git a/assets/icon.icns b/assets/icon.icns new file mode 100644 index 0000000..84546c2 Binary files /dev/null and b/assets/icon.icns differ diff --git a/package.json b/package.json index 2ee6a43..d5233d2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/assets/icon.png b/src/assets/icon.png index f7979d0..4932bc3 100644 Binary files a/src/assets/icon.png and b/src/assets/icon.png differ