File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ unzip -q $file -d ./${destination_folder_name}
1717echo " Successfully extracted ${filename} "
1818sts_folder=` find ./${destination_folder_name} -maxdepth 1 -type d -name ' sts-*' -print -quit`
1919echo " Found STS distro folder: ${sts_folder} "
20- echo " About to sign win exe file: ${sts_folder} /SpringToolsForEclipse .exe (id = ${id} )"
21- $sign_script ${sts_folder} /SpringToolsForEclipse .exe ${sts_folder} /SpringToolsForEclipse .exe " ${id} -${filename% .* } " 30 900
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
2222echo " Adding to zip contents of a folder ${destination_folder_name} "
2323cd ${destination_folder_name}
2424zip -r -q ../$file .
You can’t perform that action at this time.
0 commit comments