Change klippy window behavour, Fix user management behavour, clean up search server page
This commit is contained in:
18
package.json
18
package.json
@@ -119,16 +119,27 @@
|
||||
"!node_modules/**/*.d.ts",
|
||||
"!node_modules/**/*.map"
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "images",
|
||||
"to": "images",
|
||||
"filter": [
|
||||
"**/*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"nodeGypRebuild": false,
|
||||
"buildDependenciesFromSource": false,
|
||||
"npmRebuild": false,
|
||||
"mac": {
|
||||
"category": "public.app-category.social-networking",
|
||||
"target": "dmg"
|
||||
"target": "dmg",
|
||||
"icon": "images/macos/icon.icns"
|
||||
},
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||
"icon": "images/windows/icon.ico"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
@@ -143,7 +154,8 @@
|
||||
"executableName": "metoyou",
|
||||
"executableArgs": [
|
||||
"--no-sandbox"
|
||||
]
|
||||
],
|
||||
"icon": "images/linux/icons"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user