From 2bc74e8e225c1469177d68c25c78a33368beba85 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 28 Dec 2022 16:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Windows=E7=AB=AF=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/build.bat b/script/build.bat index 0624c12..7dccb34 100644 --- a/script/build.bat +++ b/script/build.bat @@ -53,6 +53,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do ( .\script\sd.exe -s !old_url! !url! src-tauri\pake.json ::replace pacakge name .\script\sd.exe !old_title! !title! src-tauri\tauri.conf.json + .\script\sd.exe !old_name! !name! src-tauri\tauri.conf.json .\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json echo. @@ -92,6 +93,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do ( echo "output dir is output\windows" ::recovery code -.\script\sd.exe %url% %init_url% src-tauri\tauri.conf.json +.\script\sd.exe %url% %init_url% src-tauri\pake.json .\script\sd.exe %title% %init_title% src-tauri\tauri.conf.json +.\script\sd.exe %name% %init_name% src-tauri\tauri.conf.json .\script\sd.exe %name% %init_name% src-tauri\tauri.windows.conf.json \ No newline at end of file