mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Fix linux build
This commit is contained in:
parent
c483cdb871
commit
5d28abae91
2 changed files with 9 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
|||
"package.json"
|
||||
],
|
||||
"afterSign": ".erb/scripts/notarize.js",
|
||||
"electronVersion": "22.3.1",
|
||||
"mac": {
|
||||
"target": {
|
||||
"target": "default",
|
||||
|
|
@ -307,6 +308,11 @@
|
|||
"npm": ">=7.x"
|
||||
},
|
||||
"browserslist": [],
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
"electron"
|
||||
]
|
||||
},
|
||||
"electronmon": {
|
||||
"patterns": [
|
||||
"!server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue