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