Skip to content

Instantly share code, notes, and snippets.

@alsatian
alsatian / Makefile
Created December 19, 2016 09:59 — forked from AlexDisler/Makefile
.PHONY: run
# certs and output
OUTPUT_FILE=apkname.apk
ALIAS=youralias
KEYPASS=yourkeypass
KEYSTORE=certs/yourcert.keystore
UNSIGNED=platforms/android/build/outputs/apk/android-release-unsigned.apk
# or, if you're using Crosswalk: