- Improved Windows UX, Added System Tray, Kinto icon assets

This commit is contained in:
Ben Reaves
2020-06-12 01:18:40 -05:00
parent 046eaa05cd
commit 329e821440
11 changed files with 274 additions and 675 deletions

7
windows/kinto-start.vbs Normal file
View File

@@ -0,0 +1,7 @@
Set oShell = CreateObject("Shell.Application")
Set wShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
path = wShell.ExpandEnvironmentStrings("%userprofile%")
strFolder = fso.BuildPath(path, "\.kinto\kinto.ahk")
oShell.ShellExecute "C:\Program Files\AutoHotkey\AutoHotkey.exe", strFolder, , "runas", 0