From 95e70d53c834431ff6bd63c3d56a222378bb1ebe Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 21 Jun 2024 14:18:50 +0530 Subject: [PATCH] fix: tauri api not available in release builds drop handler window --- src-tauri/tauri.conf.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5ea33519..0af866c2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -298,6 +298,7 @@ "windows": [ "main", "updater", + "fileDrop", "phcode-1", "phcode-2", "phcode-3", @@ -370,6 +371,7 @@ "windows": [ "main", "updater", + "fileDrop", "phcode-1", "phcode-2", "phcode-3",