fdroid: fix adding GOOGLE_FREE=1 with missing newline
Broke removing Google dependencies for F-Droid builds: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9730#note_674501441 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ee02b90774
commit
bcd497a48a
|
@ -20,4 +20,4 @@ MAX_IMAGES_BATCH=1
|
|||
ENABLE_REFERRAL_INVITE=0
|
||||
METRICS_ENABLED=0
|
||||
EIP1559_ENABLED=1
|
||||
DELETE_MESSAGE_ENABLED=0
|
||||
DELETE_MESSAGE_ENABLED=0
|
||||
|
|
2
Makefile
2
Makefile
|
@ -197,7 +197,7 @@ release-fdroid: export ANDROID_APK_SIGNED = false
|
|||
release-fdroid: export ANDROID_ABI_SPLIT = false
|
||||
release-fdroid: export ANDROID_ABI_INCLUDE = armeabi-v7a;arm64-v8a;x86;x86_64
|
||||
release-fdroid: ##@build Build release for F-Droid
|
||||
echo "GOOGLE_FREE=1" >> .env.release
|
||||
sed -i -e '$$aGOOGLE_FREE=1' .env.release
|
||||
scripts/release-android.sh
|
||||
|
||||
release-ios: export TARGET := ios
|
||||
|
|
Loading…
Reference in New Issue