diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 997bd6d..7c92fac 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -62,16 +62,6 @@ version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" -[[package]] -name = "app" -version = "0.1.0" -dependencies = [ - "serde", - "serde_json", - "tauri", - "tauri-build", -] - [[package]] name = "atk" version = "0.15.1" @@ -1579,6 +1569,16 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" +[[package]] +name = "note-rs" +version = "0.1.0" +dependencies = [ + "serde", + "serde_json", + "tauri", + "tauri-build", +] + [[package]] name = "nu-ansi-term" version = "0.46.0" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6f6f600..00d3f75 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "app" +name = "note-rs" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "A Note taking app" +authors = ["Falk Werner"] license = "" repository = "" -default-run = "app" +default-run = "note-rs" edition = "2021" rust-version = "1.60" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4896c69..3ae2c80 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,7 +6,7 @@ "distDir": "../dist" }, "package": { - "productName": "note.rs", + "productName": "note-rs", "version": "0.1.0" }, "tauri": { @@ -39,7 +39,7 @@ }, "resources": [], "shortDescription": "", - "targets": "all", + "targets": ["appimage"], "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256",