Switch to bash script
This commit is contained in:
parent
9abd4e6696
commit
578131cbdb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
java -jar /apktool.jar d /data/app.apk
|
java -jar /apktool.jar d /data/app.apk
|
||||||
sed 's/android:extractNativeLibs="false"/android:extractNativeLibs="true"/' -i app/AndroidManifest.xml
|
sed 's/android:extractNativeLibs="false"/android:extractNativeLibs="true"/' -i app/AndroidManifest.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue