From e335cc719c837c50c44a7acdd91962efb0116ec8 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 25 Oct 2022 21:38:21 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=B0=86=E5=B8=B8=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=94=BE=E5=88=B0=E5=89=8D=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d86fba7..1546d24 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -3,12 +3,6 @@ "productName": "WeRead", "version": "0.1.0" }, - "build": { - "devPath": "../dist", - "distDir": "../dist", - "beforeBuildCommand": "", - "beforeDevCommand": "" - }, "tauri": { "windows": [ { @@ -56,5 +50,11 @@ "updater": { "active": false } + }, + "build": { + "devPath": "../dist", + "distDir": "../dist", + "beforeBuildCommand": "", + "beforeDevCommand": "" } }