This commit is contained in:
Kevin Sawicki
2014-07-21 17:00:53 -07:00
parent b9658e23f4
commit 89733300a5

View File

@@ -10,6 +10,7 @@ module.exports = (grunt) ->
grunt.registerTask 'install', 'Install the built application', ->
installDir = grunt.config.get('atom.installDir')
shellAppDir = grunt.config.get('atom.shellAppDir')
if process.platform is 'win32'
runas ?= require 'runas'
copyFolder = path.resolve 'script', 'copy-folder.cmd'