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.
|
include Credentials.mk
|
|
|
|
.PHONY: improved-crowdcast-ux.xpi
|
|
|
|
improved-crowdcast-ux.xpi:
|
|
web-ext sign --api-key=$(API_KEY) --api-secret=$(API_SECRET) \
|
|
--source-dir=improved-crowdcast-ux \
|
|
--artifacts-dir=. --filename=improved-crowdcast-ux.xpi
|