pake-cli 2.6.1 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,39 +1,16 @@
1
1
  {
2
- "package": {
3
- "productName": "WeRead",
4
- "version": "1.0.0"
5
- },
6
- "tauri": {
7
- "security": {
8
- "csp": null,
9
- "dangerousRemoteDomainIpcAccess": [
10
- {
11
- "domain": "weread.qq.com",
12
- "windows": ["pake"],
13
- "enableTauriAPI": true
14
- }
15
- ]
16
- },
17
- "updater": {
18
- "active": false
19
- },
20
- "systemTray": {
21
- "iconPath": "png/icon_512.png",
22
- "iconAsTemplate": false
23
- },
24
- "allowlist": {
25
- "all": true,
26
- "fs": {
27
- "all": true,
28
- "scope": ["$DOWNLOAD/*"]
29
- }
2
+ "productName": "WeRead",
3
+ "identifier": "com.pake.weread",
4
+ "version": "1.0.0",
5
+ "app": {
6
+ "withGlobalTauri": true,
7
+ "trayIcon": {
8
+ "iconPath": "png/weread_512.png",
9
+ "iconAsTemplate": false,
10
+ "id": "pake-tray"
30
11
  }
31
12
  },
32
13
  "build": {
33
- "withGlobalTauri": true,
34
- "devPath": "../dist",
35
- "distDir": "../dist",
36
- "beforeBuildCommand": "",
37
- "beforeDevCommand": ""
14
+ "frontendDist": "../dist"
38
15
  }
39
16
  }
@@ -1,20 +1,14 @@
1
1
  {
2
- "tauri": {
3
- "bundle": {
4
- "icon": ["png/weread_512.png"],
5
- "identifier": "com.pake.weread",
6
- "active": true,
7
- "category": "DeveloperTool",
8
- "copyright": "",
2
+ "productName": "we-read",
3
+ "bundle": {
4
+ "icon": ["png/weread_512.png"],
5
+ "active": true,
6
+ "linux": {
9
7
  "deb": {
10
8
  "depends": ["curl", "wget"],
11
9
  "files": { "/usr/share/applications/com-pake-weread.desktop": "assets/com-pake-weread.desktop" }
12
- },
13
- "externalBin": [],
14
- "longDescription": "",
15
- "resources": [],
16
- "shortDescription": "",
17
- "targets": ["deb", "appimage"]
18
- }
10
+ }
11
+ },
12
+ "targets": ["deb", "appimage"]
19
13
  }
20
14
  }
@@ -1,23 +1,8 @@
1
1
  {
2
- "tauri": {
3
- "bundle": {
4
- "icon": ["icons/weread.icns"],
5
- "identifier": "com.pake.weread",
6
- "active": true,
7
- "category": "DeveloperTool",
8
- "copyright": "",
9
- "externalBin": [],
10
- "longDescription": "",
11
- "macOS": {
12
- "entitlements": null,
13
- "exceptionDomain": "",
14
- "frameworks": [],
15
- "providerShortName": null,
16
- "signingIdentity": null
17
- },
18
- "resources": [],
19
- "shortDescription": "",
20
- "targets": ["dmg"]
21
- }
2
+ "bundle": {
3
+ "icon": ["icons/weread.icns"],
4
+ "active": true,
5
+ "macOS": {},
6
+ "targets": ["dmg"]
22
7
  }
23
8
  }
@@ -1,24 +1,14 @@
1
1
  {
2
- "tauri": {
3
- "bundle": {
4
- "icon": ["png/weread_256.ico", "png/weread_32.ico"],
5
- "identifier": "com.pake.weread",
6
- "active": true,
7
- "category": "DeveloperTool",
8
- "copyright": "",
9
- "externalBin": [],
10
- "longDescription": "",
11
- "resources": ["png/weread_32.ico"],
12
- "shortDescription": "",
13
- "targets": ["msi"],
14
- "windows": {
15
- "certificateThumbprint": null,
16
- "digestAlgorithm": "sha256",
17
- "timestampUrl": "",
18
- "wix": {
19
- "language": ["en-US"],
20
- "template": "assets/main.wxs"
21
- }
2
+ "bundle": {
3
+ "icon": ["png/weread_256.ico", "png/weread_32.ico"],
4
+ "active": true,
5
+ "resources": ["png/weread_32.ico"],
6
+ "targets": ["msi"],
7
+ "windows": {
8
+ "digestAlgorithm": "sha256",
9
+ "wix": {
10
+ "language": ["en-US"],
11
+ "template": "assets/main.wxs"
22
12
  }
23
13
  }
24
14
  }
@@ -1,29 +0,0 @@
1
- {
2
- "windows": [
3
- {
4
- "url": "https://weread.qq.com",
5
- "url_type": "web",
6
- "transparent": true,
7
- "fullscreen": false,
8
- "width": 1200,
9
- "height": 780,
10
- "resizable": true,
11
- "always_on_top": false,
12
- "activation_shortcut": "",
13
- "disabled_web_shortcuts": false,
14
- "alwaysOnTop": false,
15
- "disabledWebShortcuts": false
16
- }
17
- ],
18
- "user_agent": {
19
- "macos": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15",
20
- "linux": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
21
- "windows": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
22
- },
23
- "system_tray": {
24
- "macos": false,
25
- "linux": true,
26
- "windows": true
27
- },
28
- "inject": []
29
- }
@@ -1,75 +0,0 @@
1
- {
2
- "tauri": {
3
- "security": {
4
- "csp": null,
5
- "dangerousRemoteDomainIpcAccess": [
6
- {
7
- "domain": "weread.qq.com",
8
- "windows": [
9
- "pake"
10
- ],
11
- "enableTauriAPI": true
12
- },
13
- {
14
- "domain": "weread.qq.com",
15
- "windows": [
16
- "pake"
17
- ],
18
- "enableTauriAPI": true
19
- }
20
- ]
21
- },
22
- "updater": {
23
- "active": false
24
- },
25
- "systemTray": {
26
- "iconPath": "png/icon_512.png",
27
- "iconAsTemplate": false
28
- },
29
- "allowlist": {
30
- "all": true,
31
- "fs": {
32
- "all": true,
33
- "scope": [
34
- "$DOWNLOAD/*"
35
- ]
36
- }
37
- },
38
- "bundle": {
39
- "icon": [
40
- "/Users/tw93/www/Pake/src-tauri/icons/icon.icns"
41
- ],
42
- "identifier": "com.pake.bfde08",
43
- "active": true,
44
- "category": "DeveloperTool",
45
- "copyright": "",
46
- "externalBin": [],
47
- "longDescription": "",
48
- "macOS": {
49
- "entitlements": null,
50
- "exceptionDomain": "",
51
- "frameworks": [],
52
- "providerShortName": null,
53
- "signingIdentity": null
54
- },
55
- "resources": [
56
- "icons/weread.icns"
57
- ],
58
- "shortDescription": "",
59
- "targets": [
60
- "dmg"
61
- ]
62
- }
63
- },
64
- "package": {
65
- "productName": "WeRead",
66
- "version": "1.0.0"
67
- },
68
- "build": {
69
- "withGlobalTauri": true,
70
- "devPath": "../dist",
71
- "distDir": "../dist",
72
- "beforeBuildCommand": "",
73
- "beforeDevCommand": ""
74
- }
75
- }
@@ -1,29 +0,0 @@
1
- {
2
- "tauri": {
3
- "bundle": {
4
- "icon": [
5
- "/Users/tw93/www/Pake/src-tauri/icons/icon.icns"
6
- ],
7
- "identifier": "com.pake.bfde08",
8
- "active": true,
9
- "category": "DeveloperTool",
10
- "copyright": "",
11
- "externalBin": [],
12
- "longDescription": "",
13
- "macOS": {
14
- "entitlements": null,
15
- "exceptionDomain": "",
16
- "frameworks": [],
17
- "providerShortName": null,
18
- "signingIdentity": null
19
- },
20
- "resources": [
21
- "icons/weread.icns"
22
- ],
23
- "shortDescription": "",
24
- "targets": [
25
- "dmg"
26
- ]
27
- }
28
- }
29
- }