diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d3b7ce7..dd15b5d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,10 +8,16 @@ }, "package": { "productName": "LRCGET", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": { + "window": { + "all": true + }, + "dialog": { + "all": true + }, "globalShortcut": { "all": true },