X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=moz.build;h=de85c4d96b1538e21f2d890759ca2fe3e3c08239;hp=eb762e88fece89b0f8c9c70548cc706a201846c0;hb=5ac76a5e032488cd934c40f85db337c0dde4470c;hpb=7d4456e79e3634f05a3d0cc7be66177e60bada0c diff --git a/moz.build b/moz.build index eb762e8..de85c4d 100644 --- a/moz.build +++ b/moz.build @@ -7,3 +7,5 @@ TEST_DIRS += ['tests'] XPI_NAME = 'mandelbrot' export('XPI_NAME') + +JAR_MANIFESTS += ['jar.mn']