changes on tauri.conf and tauri-cli

This commit is contained in:
2023-01-21 17:55:22 +09:00
parent bf56dd2fee
commit d94fecc496
3 changed files with 82 additions and 82 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "pokemon-data-displayer",
"version": "0.0.2"
"version": "0.0.3"
},
"tauri": {
"allowlist": {
@@ -42,7 +42,7 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": ["./src-tauri/pokemon.db"],
"resources": ["./pokemon.db"],
"shortDescription": "",
"targets": "all",
"windows": {