mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Link atom.sh instead of copying
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -63,8 +63,7 @@ task :install => [:build] do
|
||||
raise "Missing directory for `atom` binary"
|
||||
end
|
||||
|
||||
FileUtils.cp("#{ATOM_SRC_PATH}/atom.sh", cli_path)
|
||||
FileUtils.chmod(0755, cli_path)
|
||||
FileUtils.ln_s "#{ATOM_SRC_PATH}/atom.sh", cli_path, :force => true
|
||||
|
||||
Rake::Task["clone-default-bundles"].invoke()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user