Set App User Model ID on Win32

This commit is contained in:
Paul Betts 2015-07-31 04:08:50 -07:00 committed by Thomas Johansen
parent 38a096bd05
commit b483fc6805

View File

@ -13,6 +13,9 @@ start = ->
setupCompileCache()
return if handleStartupEventWithSquirrel()
# NB: This prevents Win10 from showing dupe items in the taskbar
app.setAppUserModelId('com.squirrel.atom.atom')
args = parseCommandLine()
addPathToOpen = (event, pathToOpen) ->