scripts: Remove configure from release

We don't have the configure script anymore so we don't need to add to
the release tarball
This commit is contained in:
Daniel García Moreno 2018-05-27 12:20:20 +02:00
parent 16414c1781
commit 2a72fc0eef

View file

@ -13,7 +13,6 @@ cp -rf fractal-gtk $DIST
cp -rf fractal-api $DIST
cp Cargo.toml $DIST
cp Cargo.lock $DIST
cp configure $DIST
cp meson.build $DIST
cp fractal.doap $DIST
cp LICENSE.txt $DIST