From b8af4832295e1e90e04235475b0fe1ee47be946c Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 28 Dec 2024 17:13:29 +0100 Subject: [PATCH] Rename binary execuable to readest for better cli interface, closes #61 Note that this does not affect the product name which is still Readest and the package name is not changed. --- apps/readest-app/src-tauri/Cargo.lock | 52 +++++++++++++-------------- apps/readest-app/src-tauri/Cargo.toml | 4 +-- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/apps/readest-app/src-tauri/Cargo.lock b/apps/readest-app/src-tauri/Cargo.lock index 94025989..f7348607 100644 --- a/apps/readest-app/src-tauri/Cargo.lock +++ b/apps/readest-app/src-tauri/Cargo.lock @@ -2,32 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "Readest" -version = "0.2.0" -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" @@ -3885,6 +3859,32 @@ 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 6b7dfe36..f86590c0 100644 --- a/apps/readest-app/src-tauri/Cargo.toml +++ b/apps/readest-app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "Readest" -version = "0.2.0" +name = "readest" +version = "0.2.1" description = "Your online library" authors = ["Bilingify LLC"] license = ""