From 7fcd94fda56130d56647ae7d7a00d4b8faf3ff27 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 18 Jun 2020 20:44:57 -0500 Subject: [PATCH] - Updated Windows uninstaller --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e515330..a660f7c 100755 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ def windows_setup(): os.system("taskkill /IM autohotkey.exe") os.system('rd /s /q %userprofile%\\.kinto') os.system('del "%userprofile%\\AppData\\Roaming\\Microsoft\\Windows\\STARTM~1\\Programs\\Startup\\kinto-start.vbs"') - stvscode = yn_choice(bcolors.CYELLOW2 + "Would you like to use Sublime Text 3 keymaps in VS Code?\n" + bcolors.ENDC) if default > 0 and default < 3: + stvscode = yn_choice(bcolors.CYELLOW2 + "Would you like to use Sublime Text 3 keymaps in VS Code?\n" + bcolors.ENDC) print("Will now install chocolatey and autohotkey with elevated privileges...") print("This install will fail if you are not running with elevated privileges") os.system('powershell -executionpolicy bypass ".\\windows\\autohotkey.ps1"')