From 1b310a7c17054d35e6b9bfb1ea084991586599c7 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 3 Jan 2014 14:53:50 -0400 Subject: add properties files to xpi files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bcdba1..a11840d 100755 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ endif endif endif -XPI_CONTENTS:=$(shell find chrome -name "*.html" -o -name "*.xhtml" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages") chrome.manifest install.rdf COPYING +XPI_CONTENTS:=$(shell find chrome -name "*.html" -o -name "*.xhtml" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages" -o -name "*.properties") chrome.manifest install.rdf COPYING bitmask.xpi: $(XPI_CONTENTS) zip $@ $(XPI_CONTENTS) -- cgit v1.2.3