mirror of
https://gitlab.com/octtspacc/browserocto
synced 2025-06-05 21:49:19 +02:00
Some progress on hacking the webview
This commit is contained in:
11
tools/Build.sh
Executable file
11
tools/Build.sh
Executable 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
|
Reference in New Issue
Block a user