mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Force kill on Windows
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = (grunt) ->
|
||||
contentsDir = shellAppDir
|
||||
appDir = path.join(shellAppDir, 'resources', 'app')
|
||||
installDir ?= path.join(process.env.ProgramFiles, appName)
|
||||
killCommand = 'taskkill /IM atom.exe'
|
||||
killCommand = 'taskkill /FIM atom.exe'
|
||||
else if process.platform is 'darwin'
|
||||
contentsDir = path.join(shellAppDir, 'Contents')
|
||||
appDir = path.join(contentsDir, 'Resources', 'app')
|
||||
|
||||
Reference in New Issue
Block a user