pake-cli 3.2.11 → 3.2.12

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.
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ import sharp from 'sharp';
22
22
  import * as psl from 'psl';
23
23
 
24
24
  var name = "pake-cli";
25
- var version = "3.2.11";
25
+ var version = "3.2.12";
26
26
  var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。";
27
27
  var engines = {
28
28
  node: ">=16.0.0"
@@ -56,7 +56,7 @@ var scripts = {
56
56
  build: "npm run tauri build --",
57
57
  "build:debug": "npm run tauri build -- --debug",
58
58
  "build:mac": "npm run tauri build -- --target universal-apple-darwin",
59
- "build:config": "chmod +x script/app_config.mjs && node script/app_config.mjs",
59
+ "build:config": "chmod +x scripts/configure-tauri.mjs && node scripts/configure-tauri.mjs",
60
60
  analyze: "cd src-tauri && cargo bloat --release --crates",
61
61
  tauri: "tauri",
62
62
  cli: "cross-env NODE_ENV=development rollup -c -w",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pake-cli",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -34,7 +34,7 @@
34
34
  "build": "npm run tauri build --",
35
35
  "build:debug": "npm run tauri build -- --debug",
36
36
  "build:mac": "npm run tauri build -- --target universal-apple-darwin",
37
- "build:config": "chmod +x script/app_config.mjs && node script/app_config.mjs",
37
+ "build:config": "chmod +x scripts/configure-tauri.mjs && node scripts/configure-tauri.mjs",
38
38
  "analyze": "cd src-tauri && cargo bloat --release --crates",
39
39
  "tauri": "tauri",
40
40
  "cli": "cross-env NODE_ENV=development rollup -c -w",
@@ -8,3 +8,9 @@ registry = "sparse+https://rsproxy.cn/index/"
8
8
  index = "https://rsproxy.cn/crates.io-index"
9
9
  [net]
10
10
  git-fetch-with-cli = true
11
+
12
+ [env]
13
+ # Fix for macOS 26 Beta compatibility issues
14
+ # Forces use of compatible SDK when building on macOS 26 Beta
15
+ MACOSX_DEPLOYMENT_TARGET = "15.5"
16
+ SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk"
@@ -0,0 +1,33 @@
1
+ {
2
+ "windows": [
3
+ {
4
+ "url": "https://github.com",
5
+ "url_type": "web",
6
+ "hide_title_bar": true,
7
+ "fullscreen": false,
8
+ "width": 1200,
9
+ "height": 800,
10
+ "resizable": true,
11
+ "always_on_top": false,
12
+ "dark_mode": false,
13
+ "activation_shortcut": "",
14
+ "disabled_web_shortcuts": false,
15
+ "hide_on_close": true,
16
+ "incognito": false,
17
+ "title": null
18
+ }
19
+ ],
20
+ "user_agent": {
21
+ "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",
22
+ "linux": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
23
+ "windows": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
24
+ },
25
+ "system_tray": {
26
+ "macos": false,
27
+ "linux": true,
28
+ "windows": true
29
+ },
30
+ "system_tray_path": "png/icon_512.png",
31
+ "inject": [],
32
+ "proxy_url": ""
33
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "productName": "GitHubMultiArch",
3
+ "identifier": "com.pake.3097fc",
4
+ "version": "1.0.0",
5
+ "app": {
6
+ "withGlobalTauri": true
7
+ },
8
+ "build": {
9
+ "frontendDist": "../dist"
10
+ },
11
+ "bundle": {
12
+ "icon": [
13
+ "/private/var/folders/v3/4mpcxc0564j9qhpf8jpf6r_r0000gp/T/tmp-59730-cMwk5THmpqtm/converted-icons/githubmultiarch.icns"
14
+ ],
15
+ "active": true,
16
+ "macOS": {},
17
+ "targets": [
18
+ "app"
19
+ ],
20
+ "resources": [
21
+ "icons/githubmultiarch.icns"
22
+ ]
23
+ }
24
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "productName": "weekly",
3
+ "bundle": {
4
+ "icon": ["png/weekly_512.png"],
5
+ "active": true,
6
+ "linux": {
7
+ "deb": {
8
+ "depends": ["curl", "wget"]
9
+ }
10
+ },
11
+ "targets": ["deb", "appimage"]
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "bundle": {
3
+ "icon": [
4
+ "/private/var/folders/v3/4mpcxc0564j9qhpf8jpf6r_r0000gp/T/tmp-59730-cMwk5THmpqtm/converted-icons/githubmultiarch.icns"
5
+ ],
6
+ "active": true,
7
+ "macOS": {},
8
+ "targets": [
9
+ "app"
10
+ ],
11
+ "resources": [
12
+ "icons/githubmultiarch.icns"
13
+ ]
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "bundle": {
3
+ "icon": ["png/weekly_256.ico", "png/weekly_32.ico"],
4
+ "active": true,
5
+ "resources": ["png/weekly_32.ico"],
6
+ "targets": ["msi"],
7
+ "windows": {
8
+ "digestAlgorithm": "sha256",
9
+ "wix": {
10
+ "language": ["en-US"],
11
+ "template": "assets/main.wxs"
12
+ }
13
+ }
14
+ }
15
+ }