From 24dff5ce85f18d3def31bc65c4dc63c32ffb819e Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 27 Jul 2018 00:27:42 +0300 Subject: [PATCH] Update the release script. --- scripts/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index 351ccc0..f70284e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -14,9 +14,8 @@ cp -rf podcasts-gtk $DIST cp -rf podcasts-downloader $DIST cp Cargo.toml $DIST cp Cargo.lock $DIST -cp configure $DIST cp meson.build $DIST -cp Hammond.doap $DIST +cp podcasts.doap $DIST cp LICENSE $DIST cp README.md $DIST cp -rf screenshots $DIST