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.
This commit is contained in:
chrox
2024-12-28 17:13:29 +01:00
parent ba9490ad00
commit b8af483229
2 changed files with 28 additions and 28 deletions
+26 -26
View File
@@ -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"
+2 -2
View File
@@ -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 = ""