From dcec6ca539857f67273ccebb0f34c5a93f7cd5a9 Mon Sep 17 00:00:00 2001 From: M-studen Date: Tue, 20 Feb 2024 12:48:58 +0800 Subject: [PATCH] update tauri.config.json --- 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 b4e9999..dc7a8e3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -45,7 +45,7 @@ }, "bundle": { "active": true, - "targets": ["nsis","app","appimage","deb","dmg","updater"], + "targets": "all", "identifier": "top.xwsclub", "icon": [ "icons/32x32.png", @@ -58,7 +58,7 @@ "resources": [ "DnsList.json", "DnsList.min.json", - "DnsList.V6.json" + "DnsList.v6.json" ] },