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]]
|
[[package]]
|
||||||
name = "zebra-app"
|
name = "zebra-app"
|
||||||
version = "0.0.0"
|
version = "0.0.0-alpha.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zebra-app"
|
name = "zebra-app"
|
||||||
version = "0.0.0"
|
version = "0.0.0-alpha.0"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"productName": "zebra-app",
|
"productName": "Zebra",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"identifier": "zebra.app",
|
"identifier": "zebra.app",
|
||||||
"build": {
|
"build": {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"app": {
|
"app": {
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "zebra-app",
|
"title": "Zebra",
|
||||||
"width": 1000,
|
"width": 1000,
|
||||||
"height": 800
|
"height": 800
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue