mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove trailing slash
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user