diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 24a1849..746701d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4459,7 +4459,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "zebra-app" -version = "0.0.0" +version = "0.0.0-alpha.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7135e93..d9955df 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-app" -version = "0.0.0" +version = "0.0.0-alpha.0" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/binaries/zebrad.exe b/src-tauri/binaries/zebrad-x86_64-pc-windows-msvc.exe similarity index 100% rename from src-tauri/binaries/zebrad.exe rename to src-tauri/binaries/zebrad-x86_64-pc-windows-msvc.exe diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 08a075c..c3f5cd5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "productName": "zebra-app", + "productName": "Zebra", "version": "0.0.0", "identifier": "zebra.app", "build": { @@ -11,7 +11,7 @@ "app": { "windows": [ { - "title": "zebra-app", + "title": "Zebra", "width": 1000, "height": 800 }