mirror of
https://gitlab.com/octtspacc/browserocto
synced 2025-06-05 21:49:19 +02:00
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export SecEncodedKeystore="$(cat ../Test.jks | base64 -w0)"
|
|
export SecKeystorePassword="123456"
|
|
|
|
sh ./tools/Build.sh
|