update: 2.1.12-beta.0 cli
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"windows": [
|
||||
{
|
||||
"url": "https://zbook.lol/",
|
||||
"transparent": true,
|
||||
"url": "https://weread.qq.com/",
|
||||
"transparent": false,
|
||||
"fullscreen": false,
|
||||
"width": 1200,
|
||||
"height": 780,
|
||||
@@ -25,8 +25,5 @@
|
||||
"linux": true,
|
||||
"windows": true
|
||||
},
|
||||
"inject": [
|
||||
"/Users/guyifeng/workspace/seeyon/pake-patch/index.js",
|
||||
"/Users/guyifeng/workspace/seeyon/pake-patch/index.css"
|
||||
]
|
||||
"inject": []
|
||||
}
|
||||
|
||||
@@ -4,14 +4,7 @@
|
||||
"csp": null,
|
||||
"dangerousRemoteDomainIpcAccess": [
|
||||
{
|
||||
"domain": "zbook.lol",
|
||||
"windows": [
|
||||
"pake"
|
||||
],
|
||||
"enableTauriAPI": true
|
||||
},
|
||||
{
|
||||
"domain": "zbook.eu.org",
|
||||
"domain": "weread.qq.com",
|
||||
"windows": [
|
||||
"pake"
|
||||
],
|
||||
@@ -37,7 +30,7 @@
|
||||
}
|
||||
},
|
||||
"package": {
|
||||
"productName": "zBook",
|
||||
"productName": "WeRead",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"build": {
|
||||
|
||||
@@ -1,23 +1,27 @@
|
||||
{
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"icon": ["icons/weread.icns"],
|
||||
"identifier": "com.pake.weread",
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
"externalBin": [],
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
"exceptionDomain": "",
|
||||
"frameworks": [],
|
||||
"providerShortName": null,
|
||||
"signingIdentity": null
|
||||
},
|
||||
"resources": [],
|
||||
"shortDescription": "",
|
||||
"targets": ["dmg"]
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"icon": [
|
||||
"icons/icon.icns"
|
||||
],
|
||||
"identifier": "com.pake.5b8ae9",
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
"externalBin": [],
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
"exceptionDomain": "",
|
||||
"frameworks": [],
|
||||
"providerShortName": null,
|
||||
"signingIdentity": null
|
||||
},
|
||||
"resources": [],
|
||||
"shortDescription": "",
|
||||
"targets": [
|
||||
"dmg"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user