diff --git a/README.md b/README.md index 3ed64af..b08f32c 100644 --- a/README.md +++ b/README.md @@ -27,24 +27,24 @@ - - + + - - + + - - + + @@ -52,7 +52,7 @@
WeRead DownloadFlomo DownloadWeRead DownloadFlomo Download
RunCode DownloadWiteboard DownloadRunCode DownloadWiteboard Download
ToolsFun DownloadVercel DownloadToolsFun DownloadVercel Download
-更多常用 App 下载可以去 [Download](https://github.com/tw93/Pake/tree/master/download) 文件夹里看看。 +更多常用 App 下载可以去 [Release](https://github.com/tw93/Pake/releases) 中看看。 ## 开发 diff --git a/README_EN.md b/README_EN.md index b6f4df9..09c5120 100644 --- a/README_EN.md +++ b/README_EN.md @@ -27,24 +27,24 @@ In addition, it supports double clicking the head to switch to full screen, and - - + + - - + + - - + + @@ -52,7 +52,7 @@ In addition, it supports double clicking the head to switch to full screen, and
WeRead DownloadFlomo DownloadWeRead DownloadFlomo Download
RunCode DownloadWiteboard DownloadRunCode DownloadWiteboard Download
ToolsFun DownloadVercel DownloadToolsFun DownloadVercel Download
-More common apps can be downloaded from [Download](https://github.com/tw93/Pake/tree/master/download). +More common apps can be downloaded from [Release](https://github.com/tw93/Pake/releases). ## Development diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 19f3565..f43d405 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2700,13 +2700,14 @@ dependencies = [ [[package]] name = "tauri-build" -version = "1.0.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598bd36884ee15ac73dfca9921066fd87d13d9beea60384b99a66c3a5d800d70" +checksum = "0991fb306849897439dbd4a72e4cbed2413e2eb26cb4b3ba220b94edba8b4b88" dependencies = [ "anyhow", "cargo_toml", "heck 0.4.0", + "json-patch", "semver 1.0.11", "serde_json", "tauri-utils", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cf9b140..1bc557f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "app" version = "0.1.0" -description = "Pake打包工具" +description = "Pake 打包工具" authors = ["Tw93"] license = "" repository = "" @@ -12,7 +12,7 @@ rust-version = "1.61.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.0.2", features = [] } +tauri-build = { version = "1.1.1", features = [] } [dependencies] serde_json = "1.0.86" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b10ed1c..7ae1714 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -4,10 +4,7 @@ "version": "0.1.0" }, "build": { - "beforeBuildCommand": "", - "beforeDevCommand": "", - "devPath": "../dist", - "distDir": "../dist" + "devPath": "../dist" }, "tauri": { "allowlist": {