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