Skip to content

Commit 95b3560

Browse files
committed
changed platform fingerprint to match semantic version standard
1 parent 5f6f313 commit 95b3560

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

133133
pack_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

0 commit comments

Comments
 (0)