Remove trailing slash

This commit is contained in:
Kevin Sawicki
2013-10-28 13:50:56 -07:00
parent af92c96a73
commit 41f6d6b0dd

View File

@@ -15,7 +15,7 @@ module.exports = (grunt) ->
if process.platform is 'darwin'
cp 'atom-shell/Atom.app', shellAppDir
else if process.platform is 'win32'
cp 'atom-shell/', shellAppDir
cp 'atom-shell', shellAppDir
mkdir appDir