Some progress on hacking the webview

This commit is contained in:
2023-02-15 00:13:36 +01:00
parent a1caff328d
commit 7fb71c27a7
12 changed files with 210 additions and 51 deletions

11
tools/Build.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
rm -rf ./build || true
cp -r ./app/src/main ./build
cd ./build
mv ./java ./src
cp -r ../tools/tiny-android-template/* ./
echo "${SecEncodedKeystore}" | base64 --decode > ./Keystore.jks
perl ./link.pl
bash ./make.sh