mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 09:33:10 -07:00
fix osx icons
This commit is contained in:
parent
ae46ea5918
commit
2a8e84aa3f
4 changed files with 1 additions and 4 deletions
4
.github/copilot-instructions.md
vendored
4
.github/copilot-instructions.md
vendored
|
|
@ -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
BIN
assets/icon.icns
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -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 |
Loading…
Add table
Reference in a new issue