File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1515from src .Utilities .installer import make_action
1616from src .Utilities .installer import check_make_status
1717
18- UPDATER_VER = "0.3 "
18+ UPDATER_VER = "1.0 "
1919
2020OS_TYPE = check_os ()
2121USER_FOLDER = path .expanduser ("~" )
2727VIM_REPO = "https://github.com/vim/vim.git"
2828
2929if OS_TYPE == "win" :
30- pass
31- else :
32- isMakeInstalled = check_make_status ()
30+ print ("Windows don't fully supported yet" )
31+ print ("Please download vim here: {}" .format (VIM_DOWNLOAD_PAGE ))
32+ openBrowser (GIT_DOWNLOAD_PAGE )
33+ sys_exit (0 )
3334
3435try :
3536 GIT_STATUS = check_git_on_device ()
4344 openBrowser (GIT_DOWNLOAD_PAGE )
4445 sys_exit (0 )
4546
46- if OS_TYPE == "win" :
47- print ("Windows don't support yet" )
48- print ("Please download vim here: {}" .format (VIM_DOWNLOAD_PAGE ))
49- openBrowser (VIM_DOWNLOAD_PAGE )
50- sys_exit (0 )
51-
52-
47+ isMakeInstalled = check_make_status ()
5348if not isMakeInstalled and OS_TYPE == "mac" :
5449 print ("""
5550 make not found in system
You can’t perform that action at this time.
0 commit comments