Skip to content

Commit

Permalink
fixed missing jar reference
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSoelberg committed Sep 13, 2021
1 parent 998b5c2 commit ea06448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
rm -rf EWay_Scooter_v1.0.15_speed.apk
apktool b EWay_Scooter_v1.0.15_speed -o EWay_Scooter_v1.0.15_speed.apk
java -jar apktool_2.6.0.jar b EWay_Scooter_v1.0.15_speed -o EWay_Scooter_v1.0.15_speed.apk
apksigner sign --ks android.jks --ks-pass pass:abcdef12 EWay_Scooter_v1.0.15_speed.apk
python3 -m http.server 8000

0 comments on commit ea06448

Please sign in to comment.