fixed help for windows

This commit is contained in:
Mik-TF 2024-10-09 16:55:18 -07:00
parent 4ea5bf3c7b
commit 2652b35834

View File

@ -7,7 +7,7 @@ import x.json2
const token_file = os.join_path(os.home_dir(), '.config', 'tfhubtoken') const token_file = os.join_path(os.home_dir(), '.config', 'tfhubtoken')
const binary_location = $if windows { const binary_location = $if windows {
'C:\\Program Files\\flist\\flist.exe' 'C:\\Program Files\\flist\\flist.exe'
} else { } $else {
'/usr/local/bin/flist' '/usr/local/bin/flist'
} }