mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Don't install commands on windows
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user