From 54f4522fd81eb3a8b740fd7d5150e330a77bd931 Mon Sep 17 00:00:00 2001 From: Trent Petersen Date: Mon, 23 Sep 2019 11:09:26 -0500 Subject: [PATCH] Update dist name --- build_dists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_dists.py b/build_dists.py index cc13ca5..bd50bee 100755 --- a/build_dists.py +++ b/build_dists.py @@ -19,7 +19,7 @@ import time package='pdf2htmlex' ppa_name='ppa:pdf2htmlex/pdf2htmlex' -supported_distributions=('cosmic',) +supported_distributions=('disco',) dist_pattern=re.compile('|'.join(['\\) '+i for i in supported_distributions])) archive_cmd='(rm CMakeCache.txt || true) && cmake . && make dist' archive_suffix='.tar.bz2'