From 6a0a6cd57717401c55bca71586703a29d0767d00 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Thu, 24 Nov 2022 22:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Linux=E6=89=B9=E9=87=8F?= =?UTF-8?q?=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.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index a502c04..12b4b54 100755 --- a/script/build.sh +++ b/script/build.sh @@ -112,11 +112,12 @@ done echo "build all package success!" if [[ "$OSTYPE" =~ ^linux ]]; then +$sd "\"productName\": \"com-tw93-weread\"" "\"productName\": \"WeRead\"" src-tauri/tauri.conf.json echo "result file in output/linux" fi if [[ "$OSTYPE" =~ ^darwin ]]; then # replace again - $sd "\"productName\": \"WeRead\"" "\"productName\": \"weread\"" src-tauri/tauri.conf.json + $sd "\"productName\": \"weread\"" "\"productName\": \"WeRead\"" src-tauri/tauri.conf.json echo "result file in output/macos" fi