diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 878086c43..bc3a685a4 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -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')