✏️ Rover isn't rusty anymore

This commit is contained in:
2023-10-12 18:48:35 +02:00
parent 2e71364112
commit 3a15ef6a91
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "rust-rover",
"name": "rest-rover",
"version": "0.0.1",
"private": true,
"scripts": {

View File

@@ -7,7 +7,7 @@
"distDir": "../build"
},
"package": {
"productName": "RustRover",
"productName": "RestRover",
"version": "0.1.0"
},
"tauri": {
@@ -29,7 +29,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "de.atashfaraz.rustrover",
"identifier": "de.atashfaraz.restrover",
"longDescription": "",
"macOS": {
"entitlements": null,
@@ -58,7 +58,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "RustRover",
"title": "RestRover",
"width": 800
}
]