[U] Update release script for #174

This commit is contained in:
Azalea
2023-09-06 20:18:00 -07:00
committed by GitHub
parent 179fa567a3
commit 5122d08ff6

View File

@@ -92,7 +92,8 @@ def finalize_neofetch():
# 2. Regenerate man page
print('Regenerating neofetch man page...')
Path('neofetch.1').write_text(subprocess.check_output(['help2man', './neofetch']).decode())
Path('docs/neofetch.1').write_text(subprocess.check_output(['help2man', './neofetch']).decode())
Path('docs/hyfetch.1').write_text(subprocess.check_output(['help2man', 'python3 -m hyfetch']).decode())
# 3. Reformat readme links
print('Reformatting readme links...')