From f0a69a905e3741b9c49bde803466338ad1d325c1 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Thu, 24 Nov 2022 20:14:07 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index 14db397..a502c04 100755 --- a/script/build.sh +++ b/script/build.sh @@ -44,7 +44,7 @@ if [[ "$OSTYPE" =~ ^linux ]]; then echo "rename package name" export desktop_file="src-tauri/assets/${package_prefix}.weread.desktop" # sed -i "s/\"productName\": \"weread\"/\"productName\": \"${package_prefix}-weread\"/g" src-tauri/tauri.conf.json - $sd "\"productName\": \"weread\"" "\"productName\": \"${package_prefix}-weread\"" src-tauri/tauri.conf.json + $sd "\"productName\": \"WeRead\"" "\"productName\": \"${package_prefix}-weread\"" src-tauri/tauri.conf.json fi if [[ "$OSTYPE" =~ ^darwin ]]; then