mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 23:47:53 +00:00
7 lines
300 B
Bash
Executable File
7 lines
300 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=1 V=1 -j5 APP_CFLAGS="-w"
|
|
ant debug
|
|
#jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../myks.keystore bin/mod-unsigned.apk xashdroid -tsa https://timestamp.geotrust.com/tsa
|
|
#zipalign 4 bin/cs16-client-unsigned.apk bin/mod.apk
|