From 2a72fc0eefbf4ab8d146b54a925be7db38d1311c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Sun, 27 May 2018 12:20:20 +0200 Subject: [PATCH] scripts: Remove configure from release We don't have the configure script anymore so we don't need to add to the release tarball --- scripts/release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 47f973a6..5eb08977 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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