Don't install commands on windows

This commit is contained in:
Matt Colyer
2013-11-05 16:44:03 -08:00
parent 7ba4782ceb
commit edc789173b
3 changed files with 24 additions and 22 deletions

View File

@@ -42,8 +42,9 @@ window.setUpDefaultEvents = ->
# This method is only called when opening a real application window
window.startEditorWindow = ->
installAtomCommand()
installApmCommand()
if process.platform is 'darwin'
installAtomCommand()
installApmCommand()
windowEventHandler = new WindowEventHandler
restoreDimensions()