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:
6
tools/DevBuild.sh
Executable file
6
tools/DevBuild.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export SecEncodedKeystore="$(cat ../Test.jks | base64 -w0)"
|
||||
export SecKeystorePassword="123456"
|
||||
|
||||
sh ./tools/Build.sh
|
Reference in New Issue
Block a user