update tauri-conf

This commit is contained in:
2023-01-18 23:28:48 +09:00
parent 9ec67e96e6
commit bf56dd2fee

View File

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