diff --git a/apps/readest-app/src-tauri/Cargo.lock b/apps/readest-app/src-tauri/Cargo.lock index f7348607..8be729f0 100644 --- a/apps/readest-app/src-tauri/Cargo.lock +++ b/apps/readest-app/src-tauri/Cargo.lock @@ -2,6 +2,32 @@ # It is not intended for manual editing. version = 3 +[[package]] +name = "Readest" +version = "0.2.1" +dependencies = [ + "cocoa 0.25.0", + "log", + "objc", + "rand 0.8.5", + "serde", + "serde_json", + "tauri", + "tauri-build 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tauri-plugin-cli", + "tauri-plugin-devtools", + "tauri-plugin-dialog", + "tauri-plugin-fs", + "tauri-plugin-http", + "tauri-plugin-log", + "tauri-plugin-oauth", + "tauri-plugin-opener", + "tauri-plugin-os", + "tauri-plugin-process", + "tauri-plugin-shell", + "tauri-plugin-updater", +] + [[package]] name = "addr2line" version = "0.24.2" @@ -3859,32 +3885,6 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" -[[package]] -name = "readest" -version = "0.2.1" -dependencies = [ - "cocoa 0.25.0", - "log", - "objc", - "rand 0.8.5", - "serde", - "serde_json", - "tauri", - "tauri-build 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tauri-plugin-cli", - "tauri-plugin-devtools", - "tauri-plugin-dialog", - "tauri-plugin-fs", - "tauri-plugin-http", - "tauri-plugin-log", - "tauri-plugin-oauth", - "tauri-plugin-opener", - "tauri-plugin-os", - "tauri-plugin-process", - "tauri-plugin-shell", - "tauri-plugin-updater", -] - [[package]] name = "redox_syscall" version = "0.5.8" diff --git a/apps/readest-app/src-tauri/Cargo.toml b/apps/readest-app/src-tauri/Cargo.toml index f86590c0..0f00c2a2 100644 --- a/apps/readest-app/src-tauri/Cargo.toml +++ b/apps/readest-app/src-tauri/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "readest" +name = "Readest" version = "0.2.1" description = "Your online library" authors = ["Bilingify LLC"] diff --git a/apps/readest-app/src-tauri/tauri.conf.json b/apps/readest-app/src-tauri/tauri.conf.json index fad1e326..5809cd47 100644 --- a/apps/readest-app/src-tauri/tauri.conf.json +++ b/apps/readest-app/src-tauri/tauri.conf.json @@ -1,8 +1,9 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Readest", - "version": "../package.json", + "mainBinaryName": "readest", "identifier": "com.bilingify.readest", + "version": "../package.json", "build": { "frontendDist": "../out", "devUrl": "http://localhost:3000",