mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Updated aFreeRDP to 2.0.0-rc4
This commit is contained in:
parent
94c76179d4
commit
3a94324a5e
1 changed files with 15 additions and 2 deletions
|
|
@ -64,7 +64,20 @@ Build:2.0.0-rc2,12
|
|||
./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
|
||||
ndk=r12b
|
||||
|
||||
Build:2.0.0-rc4,14
|
||||
commit=2.0.0-rc4
|
||||
subdir=client/Android/Studio/aFreeRDP
|
||||
gradle=yes
|
||||
prebuild=echo -e "RELEASE_STORE_FILE=\nRELEASE_KEY_ALIAS=" >>../gradle.properties && \
|
||||
cd ../../../../scripts && \
|
||||
sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_0[a-h]/OPENSSL_TAG=OpenSSL_1_1_0i/' -e 's/WITH_OPENH264=0/WITH_OPENH264=1/' android-build-*.conf && \
|
||||
sed -i -e 's/make/make USE_ASM=no/' android-build-openh264.sh
|
||||
build=cd ../../../../scripts && \
|
||||
./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-32.conf && \
|
||||
./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
|
||||
ndk=r12b
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.0.0-rc2
|
||||
Current Version Code:12
|
||||
Current Version:2.0.0-rc4
|
||||
Current Version Code:14
|
||||
|
|
|
|||
Loading…
Reference in a new issue