pake-cli 1.3.1 → 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
+ }
package/dist/index.html DELETED
@@ -1,22 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <style>
4
- html,
5
- body {
6
- margin: 0;
7
- padding: 0;
8
- width: 100%;
9
- height: 100%;
10
- }
11
-
12
- body {
13
- display: flex;
14
- align-items: center;
15
- justify-content: center;
16
- }
17
- </style>
18
- <body>
19
- <h1>Loading...</h1>
20
- <script type="text/javascript" src="script.js"></script>
21
- </body>
22
- </html>
package/dist/script.js DELETED
@@ -1,7 +0,0 @@
1
- // Copyright (c) 2022 Eray Erdin
2
- //
3
- // This Source Code Form is subject to the terms of the Mozilla Public
4
- // License, v. 2.0. If a copy of the MPL was not distributed with this
5
- // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
-
7
- location.replace('https://web.whatsapp.com');