mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 16:09:57 +03:00
Make [32mType atom
to start Atom! In Atom press cmd-,
to edit your .atom
directory[0m compile atom in Release mode
This commit is contained in:
parent
fa3df3359a
commit
504811316e
2
Rakefile
2
Rakefile
@ -6,7 +6,7 @@ require 'erb'
|
||||
|
||||
desc "Build Atom via `xcodebuild`"
|
||||
task :build => "create-project" do
|
||||
command = "xcodebuild -target Atom configuration=Release SYMROOT=#{BUILD_DIR}"
|
||||
command = "xcodebuild -target Atom -configuration Release SYMROOT=#{BUILD_DIR}"
|
||||
output = `#{command}`
|
||||
if $?.exitstatus != 0
|
||||
$stderr.puts "Error #{$?.exitstatus}:\n#{output}"
|
||||
|
Loading…
Reference in New Issue
Block a user