🐛 更新最新版本
This commit is contained in:
47
dist/cli.js
vendored
47
dist/cli.js
vendored
@@ -1829,8 +1829,8 @@ function checkRustInstalled() {
|
|||||||
var tauri$3 = {
|
var tauri$3 = {
|
||||||
windows: [
|
windows: [
|
||||||
{
|
{
|
||||||
url: "https://baidu.com",
|
url: "https://weread.qq.com/",
|
||||||
transparent: false,
|
transparent: true,
|
||||||
fullscreen: false,
|
fullscreen: false,
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 780,
|
height: 780,
|
||||||
@@ -1842,40 +1842,21 @@ var tauri$3 = {
|
|||||||
},
|
},
|
||||||
updater: {
|
updater: {
|
||||||
active: false
|
active: false
|
||||||
},
|
|
||||||
bundle: {
|
|
||||||
icon: [
|
|
||||||
"/Users/tw93/www/pake/src-tauri/icons/icon.icns"
|
|
||||||
],
|
|
||||||
identifier: "pake-bb6e08",
|
|
||||||
active: true,
|
|
||||||
category: "DeveloperTool",
|
|
||||||
copyright: "",
|
|
||||||
externalBin: [
|
|
||||||
],
|
|
||||||
longDescription: "",
|
|
||||||
macOS: {
|
|
||||||
entitlements: null,
|
|
||||||
exceptionDomain: "",
|
|
||||||
frameworks: [
|
|
||||||
],
|
|
||||||
providerShortName: null,
|
|
||||||
signingIdentity: null
|
|
||||||
},
|
|
||||||
resources: [
|
|
||||||
],
|
|
||||||
shortDescription: "",
|
|
||||||
targets: [
|
|
||||||
"dmg"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
var build = {
|
||||||
|
devPath: "../dist",
|
||||||
|
distDir: "../dist",
|
||||||
|
beforeBuildCommand: "",
|
||||||
|
beforeDevCommand: ""
|
||||||
|
};
|
||||||
var CommonConf = {
|
var CommonConf = {
|
||||||
"package": {
|
"package": {
|
||||||
productName: "baidu",
|
productName: "WeRead",
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
},
|
},
|
||||||
tauri: tauri$3
|
tauri: tauri$3,
|
||||||
|
build: build
|
||||||
};
|
};
|
||||||
|
|
||||||
var tauri$2 = {
|
var tauri$2 = {
|
||||||
@@ -1918,9 +1899,9 @@ var WinConf = {
|
|||||||
var tauri$1 = {
|
var tauri$1 = {
|
||||||
bundle: {
|
bundle: {
|
||||||
icon: [
|
icon: [
|
||||||
"/Users/tw93/www/pake/src-tauri/icons/icon.icns"
|
"icons/weread.icns"
|
||||||
],
|
],
|
||||||
identifier: "pake-bb6e08",
|
identifier: "com.tw93.weread",
|
||||||
active: true,
|
active: true,
|
||||||
category: "DeveloperTool",
|
category: "DeveloperTool",
|
||||||
copyright: "",
|
copyright: "",
|
||||||
@@ -2168,7 +2149,7 @@ class BuilderFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var name = "pake-cli";
|
var name = "pake-cli";
|
||||||
var version = "1.2.0";
|
var version = "1.2.1";
|
||||||
var description = "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.";
|
var description = "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.";
|
||||||
var engines = {
|
var engines = {
|
||||||
node: "^14.13 || >=16.0.0"
|
node: "^14.13 || >=16.0.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pake-cli",
|
"name": "pake-cli",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.",
|
"description": "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.13 || >=16.0.0"
|
"node": "^14.13 || >=16.0.0"
|
||||||
|
|||||||
@@ -1 +1,30 @@
|
|||||||
{"package":{"productName":"baidu","version":"1.0.0"},"tauri":{"windows":[{"url":"https://baidu.com","transparent":false,"fullscreen":false,"width":1200,"height":780,"resizable":true}],"security":{"csp":null},"updater":{"active":false},"bundle":{"icon":["/Users/tw93/www/pake/src-tauri/icons/icon.icns"],"identifier":"pake-bb6e08","active":true,"category":"DeveloperTool","copyright":"","externalBin":[],"longDescription":"","macOS":{"entitlements":null,"exceptionDomain":"","frameworks":[],"providerShortName":null,"signingIdentity":null},"resources":[],"shortDescription":"","targets":["dmg"]}}}
|
{
|
||||||
|
"package": {
|
||||||
|
"productName": "WeRead",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"tauri": {
|
||||||
|
"windows": [
|
||||||
|
{
|
||||||
|
"url": "https://weread.qq.com/",
|
||||||
|
"transparent": true,
|
||||||
|
"fullscreen": false,
|
||||||
|
"width": 1200,
|
||||||
|
"height": 780,
|
||||||
|
"resizable": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"security": {
|
||||||
|
"csp": null
|
||||||
|
},
|
||||||
|
"updater": {
|
||||||
|
"active": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"devPath": "../dist",
|
||||||
|
"distDir": "../dist",
|
||||||
|
"beforeBuildCommand": "",
|
||||||
|
"beforeDevCommand": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1 +1,25 @@
|
|||||||
{"tauri":{"bundle":{"icon":["/Users/tw93/www/pake/src-tauri/icons/icon.icns"],"identifier":"pake-bb6e08","active":true,"category":"DeveloperTool","copyright":"","externalBin":[],"longDescription":"","macOS":{"entitlements":null,"exceptionDomain":"","frameworks":[],"providerShortName":null,"signingIdentity":null},"resources":[],"shortDescription":"","targets":["dmg"]}}}
|
{
|
||||||
|
"tauri": {
|
||||||
|
"bundle": {
|
||||||
|
"icon": [
|
||||||
|
"icons/weread.icns"
|
||||||
|
],
|
||||||
|
"identifier": "com.tw93.weread",
|
||||||
|
"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