mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Install atom.sh when running rake install
This was removed in commit d35c871e17
but shouldn't have been.
This commit is contained in:
parent
a712f00d7e
commit
74ac77e0eb
4
Rakefile
4
Rakefile
@ -41,6 +41,10 @@ task :install => [:clean, :build] do
|
||||
`rm -rf #{dest}`
|
||||
`cp -r #{path} #{File.expand_path(dest)}`
|
||||
|
||||
# Install atom cli
|
||||
FileUtils.cp("#{ATOM_SRC_PATH}/atom.sh", "/opt/github/bin/atom")
|
||||
FileUtils.chmod(0755, "/opt/github/bin/atom")
|
||||
|
||||
Rake::Task["clone-default-bundles"].invoke()
|
||||
|
||||
puts "\033[32mType `atom` to start Atom! In Atom press `cmd-,` to edit your `~/.atom` directory\033[0m"
|
||||
|
Loading…
Reference in New Issue
Block a user