File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ cd ${destination_folder_name}
24
24
zip -r -q ../$file .
25
25
cd ..
26
26
echo " Successfully zipped ${destination_folder_name} into ${file} "
27
- java -jar $self_extr_jar $file
27
+ # java -jar $self_extr_jar $file
28
28
echo " Remove temporary ${destination_folder_name} "
29
29
rm -rf ./${destination_folder_name}
30
30
31
31
echo " Creating checksums sha-256 and md5 for ${file} "
32
32
shasum -a 256 $file > ${file} .sha256
33
33
md5sum $file > ${file} .md5
34
- self_jar_file=${file% .* } .self-extracting.jar
35
- echo " Creating checksums sha-256 and md5 for ${self_jar_file} "
36
- shasum -a 256 $self_jar_file > ${self_jar_file} .sha256
37
- md5sum $self_jar_file > ${self_jar_file} .md5
34
+ # self_jar_file=${file%.*}.self-extracting.jar
35
+ # echo "Creating checksums sha-256 and md5 for ${self_jar_file}"
36
+ # shasum -a 256 $self_jar_file > ${self_jar_file}.sha256
37
+ # md5sum $self_jar_file > ${self_jar_file}.md5
You can’t perform that action at this time.
0 commit comments