Skip to content

Commit aedf517

Browse files
committed
updated build to cosmic Ubuntu 18.10
1 parent d4cba5a commit aedf517

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=('bionic',)
22+
supported_distributions=('cosmic',)
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)