mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
fix: clear typehinting errors
This commit is contained in:
parent
da993db2e2
commit
fc1311579c
@ -10,7 +10,8 @@ from dzgui.util.dirs import copy_dzgui_to_xdg_data, find_icon_resource, make_par
|
||||
def get_share_path(exe_path: Path) -> Path:
|
||||
return exe_path.parent.parent
|
||||
|
||||
def write_desktop_file(exe_path: Path) -> None:
|
||||
|
||||
def write_desktop_file(exe_path: Path) -> Path:
|
||||
icon = find_icon_resource()
|
||||
|
||||
template = f"""\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user