pake-cli 1.3.0 → 2.0.0-alpha6

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,31 +1,28 @@
1
1
  {
2
- "package": {
3
- "productName": "WeRead",
4
- "version": "1.0.0"
5
- },
6
- "tauri": {
7
- "windows": [
8
- {
9
- "url": "https://weread.qq.com/",
10
- "transparent": true,
11
- "fullscreen": false,
12
- "width": 1200,
13
- "height": 780,
14
- "resizable": true
15
- }
16
- ],
17
- "security": {
18
- "csp": null
19
- },
20
- "updater": {
21
- "active": false
22
- }
23
- },
24
- "build": {
25
- "devPath": "../dist",
26
- "distDir": "../dist",
27
- "beforeBuildCommand": "",
28
- "beforeDevCommand": ""
29
- }
2
+ "package": {
3
+ "productName": "WeRead",
4
+ "version": "1.0.0"
5
+ },
6
+ "tauri": {
7
+ "security": {
8
+ "csp": null
9
+ },
10
+ "updater": {
11
+ "active": false
12
+ },
13
+ "systemTray": {
14
+ "iconPath": "png/weread_512.png",
15
+ "iconAsTemplate": true
16
+ },
17
+ "allowlist": {
18
+ "all": true
19
+ }
20
+ },
21
+ "build": {
22
+ "withGlobalTauri": true,
23
+ "devPath": "../dist",
24
+ "distDir": "../dist",
25
+ "beforeBuildCommand": "",
26
+ "beforeDevCommand": ""
30
27
  }
31
-
28
+ }
@@ -1,32 +1,20 @@
1
1
  {
2
- "tauri": {
3
- "bundle": {
4
- "icon": ["png/weread_512.png"],
5
- "identifier": "com.tw93.weread",
6
- "active": true,
7
- "category": "DeveloperTool",
8
- "copyright": "",
9
- "deb": {
10
- "depends": [
11
- "libwebkit2gtk-4.0-dev",
12
- "build-essential",
13
- "curl",
14
- "wget",
15
- "libssl-dev",
16
- "libgtk-3-dev",
17
- "libayatana-appindicator3-dev",
18
- "librsvg2-dev",
19
- "gnome-video-effects",
20
- "gnome-video-effects-extra"
21
- ],
22
- "files": {"/usr/share/applications/com-tw93-weread.desktop": "assets/com-tw93-weread.desktop"}
23
- },
24
- "externalBin": [],
25
- "longDescription": "",
26
- "resources": [],
27
- "shortDescription": "",
28
- "targets": ["deb", "appimage"]
29
- }
30
- }
2
+ "tauri": {
3
+ "bundle": {
4
+ "icon": ["png/weread_512.png"],
5
+ "identifier": "com.tw93.weread",
6
+ "active": true,
7
+ "category": "DeveloperTool",
8
+ "copyright": "",
9
+ "deb": {
10
+ "depends": ["curl", "wget"],
11
+ "files": {"/usr/share/applications/com-tw93-weread.desktop": "assets/com-tw93-weread.desktop"}
12
+ },
13
+ "externalBin": [],
14
+ "longDescription": "",
15
+ "resources": [],
16
+ "shortDescription": "",
17
+ "targets": ["deb", "appimage"]
18
+ }
31
19
  }
32
-
20
+ }