From bf56dd2feee655de199a9e3885b167418d2e42fa Mon Sep 17 00:00:00 2001 From: Hansoo Date: Wed, 18 Jan 2023 23:28:48 +0900 Subject: [PATCH] update tauri-conf --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 92dbfa7..4155976 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "pokemon-data-displayer", - "version": "0.0.1" + "version": "0.0.2" }, "tauri": { "allowlist": { @@ -42,7 +42,7 @@ "providerShortName": null, "signingIdentity": null }, - "resources": ["pokemon.db"], + "resources": ["./src-tauri/pokemon.db"], "shortDescription": "", "targets": "all", "windows": {