Skip to content

Commit 8740a8b

Browse files
committed
fix(packaging): fix platforms tag
1 parent 21f1601 commit 8740a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/serious_python/bin/package_command.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ const platforms = {
4040
}
4141
},
4242
"Android": {
43-
"arm64-v8a": {"tag": "android-24-arm64-v8a", "mac_ver": ""},
43+
"arm64-v8a": {"tag": "android_24_arm64_v8a", "mac_ver": ""},
4444
// "armeabi-v7a": {"tag": "android-24-armeabi-v7a", "mac_ver": ""},
45-
"x86_64": {"tag": "android-24-x86_64", "mac_ver": ""},
45+
"x86_64": {"tag": "android_24_x86_64", "mac_ver": ""},
4646
// "x86": {"tag": "android-24-x86", "mac_ver": ""}
4747
},
4848
"Pyodide": {

0 commit comments

Comments
 (0)