File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ create_archive_metadata() {
3030 "version" : $3 ,
3131 "archiver" : "$4 ",
3232 "compression" : "$5 ",
33- "platform" : "android- ${api} _ ${abi} ",
33+ "platform" : "android${api} . ${abi} ",
3434 "md5" : "${md5} ",
3535 "sha1" : "${sha1} "
3636}
@@ -132,7 +132,7 @@ copy_java_libs() {
132132
133133pack_core () {
134134 echo
135- echo " [core] building android- ${api} _ ${abi} package"
135+ echo " [core] building android${api} . ${abi} package"
136136
137137 jni_root=$( readlink -f ./)
138138 out=" /tmp/cSploitCore"
@@ -193,7 +193,7 @@ pack_core() {
193193 mkdir ../dist >&3 2>&1 || die
194194 fi
195195
196- core_basename=" core-v${CORE_VERSION} +android- ${api} _ ${abi} "
196+ core_basename=" core-v${CORE_VERSION} +android${api} . ${abi} "
197197 core_path=" ../dist/${core_basename} .tar.xz"
198198 core_json=" ../dist/${core_basename} .json"
199199
You can’t perform that action at this time.
0 commit comments