✏️ 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", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {

View File

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