wownero
/
wownerujo
Archived
4
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
wownerujo/Makefile

23 lines
612 B

apk_path := vendor/fdroiddata/unsigned
app_id := com.wownero.wownerujo
.PHONY: f-droid-sign f-droid-clean build-external-libs
all: build-external-libs
f-droid-sign:
zipalign -v -p 4 \
$(apk_path)/$(app_id)_${app_version}.apk \
$(apk_path)/$(app_id)_${app_version}-aligned.apk
apksigner sign --ks ${release_key} \
--out $(apk_path)/$(app_id)_${app_version}-release.apk \
$(apk_path)/$(app_id)_${app_version}-aligned.apk
f-droid-clean:
@rm -f $(apk_path)/$(app_id)_${app_version}-aligned.apk
@rm -f $(apk_path)/$(app_id)_${app_version}-release.apk
build-external-libs:
script/build-external-libs/all.sh