From 09cb6e31b435cb55d97511a567ab928e960cffd5 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 8 Mar 2023 00:52:30 +0800 Subject: [PATCH] Update build.sh Signed-off-by: Tlntin --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index f063b72..2be93dc 100755 --- a/script/build.sh +++ b/script/build.sh @@ -90,7 +90,7 @@ do # clear identifier with regex $sd "\"identifier\": \"(.*?)\"," "\"identifier\": \"\"," src-tauri/tauri.macos.conf.json # replace identifier with not regex - $sd -s "\"identifier\": \"(.*?)\"," "\"identifier\": \"${identifier_prefix}.${package_name}\"," src-tauri/tauri.macos.conf.json + $sd -s "\"identifier\": \"\"," "\"identifier\": \"${identifier_prefix}.${package_name}\"," src-tauri/tauri.macos.conf.json fi # echo "update ico with 32x32 picture"