Use mainBinaryName for binary execuable name

This commit is contained in:
chrox
2024-12-29 10:02:30 +01:00
parent 4a33409559
commit fc163926ad
3 changed files with 29 additions and 28 deletions
+26 -26
View File
@@ -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"
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "readest"
name = "Readest"
version = "0.2.1"
description = "Your online library"
authors = ["Bilingify LLC"]
+2 -1
View File
@@ -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",