mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Link atom.sh instead of copying
This commit is contained in:
parent
b3b7f1ea97
commit
3b35a4b63b
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user