mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
typo
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ def get_massdns_path(massdns_dir):
|
|||||||
machine = platform.machine().lower()
|
machine = platform.machine().lower()
|
||||||
name = f'massdns_{system}_{machine}'
|
name = f'massdns_{system}_{machine}'
|
||||||
if system == 'windows':
|
if system == 'windows':
|
||||||
name = name + '.exe'
|
name = f'massdns.exe'
|
||||||
if machine == 'amd64':
|
if machine == 'amd64':
|
||||||
massdns_dir = massdns_dir.joinpath('windows', 'x64')
|
massdns_dir = massdns_dir.joinpath('windows', 'x64')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user