From 8e8df212b0b5ba10cd40a95bcb2f75aad7d150d6 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 17 Apr 2025 10:41:12 -0400 Subject: [PATCH] Sign `SpringToolSuite4.exe` rather than `SpringToolsForEclipse.exe` --- .github/scripts/sign-exe-in-zip-file.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/sign-exe-in-zip-file.sh b/.github/scripts/sign-exe-in-zip-file.sh index b7851b7a1..6021e41d3 100755 --- a/.github/scripts/sign-exe-in-zip-file.sh +++ b/.github/scripts/sign-exe-in-zip-file.sh @@ -17,8 +17,8 @@ unzip -q $file -d ./${destination_folder_name} echo "Successfully extracted ${filename}" sts_folder=`find ./${destination_folder_name} -maxdepth 1 -type d -name 'sts-*' -print -quit` echo "Found STS distro folder: ${sts_folder}" -echo "About to sign win exe file: ${sts_folder}/SpringToolsForEclipse.exe (id = ${id})" -$sign_script ${sts_folder}/SpringToolsForEclipse.exe ${sts_folder}/SpringToolsForEclipse.exe "${id}-${filename%.*}" 30 900 +echo "About to sign win exe file: ${sts_folder}/SpringToolSuite4.exe (id = ${id})" +$sign_script ${sts_folder}/SpringToolSuite4.exe ${sts_folder}/SpringToolSuite4.exe "${id}-${filename%.*}" 30 900 echo "Adding to zip contents of a folder ${destination_folder_name}" cd ${destination_folder_name} zip -r -q ../$file .