Skip to content

Commit 78eedba

Browse files
committed
start work on disco releases
1 parent 2aa8643 commit 78eedba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_dists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
package='pdf2htmlex'
2121
ppa_name='ppa:pdf2htmlex/pdf2htmlex'
22-
supported_distributions=('cosmic',)
22+
supported_distributions=('disco',)
2323
dist_pattern=re.compile('|'.join(['\\) '+i for i in supported_distributions]))
2424
archive_cmd='(rm CMakeCache.txt || true) && cmake . && make dist'
2525
archive_suffix='.tar.bz2'

0 commit comments

Comments
 (0)