Change klippy window behavour, Fix user management behavour, clean up search server page

This commit is contained in:
2026-03-08 00:00:17 +01:00
parent 90f067e662
commit d20509566d
56 changed files with 1783 additions and 489 deletions

View File

@@ -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"
}
}
}