mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
Co-authored-by: neil <neil@neils-MacBook-Pro.local>
This commit is contained in:
parent
076dd1d4eb
commit
2243eaad69
3 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ module.exports = {
|
|||
icon: "./icon.png"
|
||||
},
|
||||
mac: {
|
||||
icon: "./electron/mac-icon.icns",
|
||||
target: {
|
||||
target: "default",
|
||||
arch: ["x64", "arm64"]
|
||||
|
|
BIN
modules/desktop/electron/mac-icon.icns
Normal file
BIN
modules/desktop/electron/mac-icon.icns
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tea/desktop",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.3",
|
||||
"private": true,
|
||||
"description": "tea gui app",
|
||||
"author": "tea.xyz",
|
||||
|
|
Loading…
Reference in a new issue