mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-31 07:26:35 -05:00
[U] Update release script for #174
This commit is contained in:
parent
179fa567a3
commit
5122d08ff6
|
|
@ -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...')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user