mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-09 09:41:17 +08:00
40 lines
794 B
JSON
40 lines
794 B
JSON
{
|
|
"productName": "scrcpy-mask",
|
|
"version": "0.6.0",
|
|
"identifier": "com.akichase.mask",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "scrcpy-mask",
|
|
"transparent": true,
|
|
"decorations": false
|
|
}
|
|
],
|
|
"macOSPrivateApi": true,
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": [
|
|
"resource/default-key-config.json",
|
|
"resource/scrcpy-mask-server-v2.4"
|
|
]
|
|
}
|
|
}
|