From 9bc8a8ac2b156161cedaa3b570be4724cfcce850 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 30 Aug 2018 20:20:54 +0300 Subject: [PATCH] Release: include meson_options.txt --- scripts/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.sh b/scripts/release.sh index 9d3bc12..c1a7d69 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -15,6 +15,7 @@ cp -rf podcasts-downloader $DIST cp Cargo.toml $DIST cp Cargo.lock $DIST cp meson.build $DIST +cp meson_options.txt $DIST cp podcasts.doap $DIST cp LICENSE $DIST cp README.md $DIST