X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=moz.build;h=bdafcaf90b23d6e52fd0a1beb65d133d0ef216b9;hp=eb762e88fece89b0f8c9c70548cc706a201846c0;hb=15cace4981cfa34865532d99a6ce6999ef3f3b57;hpb=42e21ea2f1ceef204f196fe36a68a5a0ec06952a diff --git a/moz.build b/moz.build index eb762e8..bdafcaf 100644 --- a/moz.build +++ b/moz.build @@ -7,3 +7,7 @@ TEST_DIRS += ['tests'] XPI_NAME = 'mandelbrot' export('XPI_NAME') + +JAR_MANIFESTS += ['jar.mn'] + +JS_PREFERENCE_FILES += ['prefs.js']