mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-15 06:21:21 +08:00
32 lines
575 B
JSON
32 lines
575 B
JSON
|
{
|
||
|
"productName": "scrcpy-mask",
|
||
|
"version": "0.0.0",
|
||
|
"identifier": "com.tauri.dev",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|