We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5c291 commit 22895d5Copy full SHA for 22895d5
.github/scripts/sign-exe-in-zip-file.sh
@@ -18,7 +18,7 @@ echo "Successfully extracted ${filename}"
18
sts_folder=`find ./${destination_folder_name} -maxdepth 1 -type d -name 'sts-*' -print -quit`
19
echo "Found STS distro folder: ${sts_folder}"
20
echo "About to sign win exe file: ${sts_folder}/SpringToolSuite4.exe (id = ${id})"
21
-$sign_script ${sts_folder}/SpringToolSuite4.exe ${sts_folder}/SpringToolSuite4.exe "${id}-${filename%.*}" 30 900
+$sign_script ${sts_folder}/SpringToolsForEclipse.exe ${sts_folder}/SpringToolsForEclipse.exe "${id}-${filename%.*}" 30 900
22
echo "Adding to zip contents of a folder ${destination_folder_name}"
23
cd ${destination_folder_name}
24
zip -r -q ../$file .
0 commit comments