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",
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"dependencies": {
|
||||
"mpris-service": "^2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "22.3.1"
|
||||
},
|
||||
"license": "GPL-3.0"
|
||||
}
|
||||
|
|
Reference in a new issue