updates version, window title, product name, and windows zebrad binary filename
This commit is contained in:
parent
a04ee3beae
commit
ec44d1bd2e
|
@ -4459,7 +4459,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
|
|||
|
||||
[[package]]
|
||||
name = "zebra-app"
|
||||
version = "0.0.0"
|
||||
version = "0.0.0-alpha.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue