X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=moz.build;h=de85c4d96b1538e21f2d890759ca2fe3e3c08239;hb=853ea38d511106eed0856d0f9d3602b0b836d0eb;hp=d0193307adbafed4d99ba5fd243839b565e3bced;hpb=7797b66f87c15eee4026997a33841974507afbcf;p=mandelbrot.git diff --git a/moz.build b/moz.build index d019330..de85c4d 100644 --- a/moz.build +++ b/moz.build @@ -4,3 +4,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. TEST_DIRS += ['tests'] + +XPI_NAME = 'mandelbrot' +export('XPI_NAME') + +JAR_MANIFESTS += ['jar.mn']