From 6168afbe73dfd64adb9706df3d6d712705c3bf90 Mon Sep 17 00:00:00 2001 From: Guyutongxue Date: Tue, 27 Feb 2024 22:49:13 +0800 Subject: [PATCH] ref components from conf --- src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ac6c188..59941a1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -42,6 +42,7 @@ "timestampUrl": "", "wix": { "fragmentPaths": ["./add_to_path.wxs"], + "componentRefs": ["AddToPath"], "language": "zh-CN", "license": "../LICENSE" }