Flist CLI Updated for Linux, MacOS, Windows #7

Merged
mik-tf merged 16 commits from development_mac_2 into main 2024-10-11 04:50:59 +00:00
Showing only changes of commit 2652b35834 - Show all commits

View File

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