Sha256: 8be240e67c451bc1e96a874a66634db2d4983367559ca28567ae8146eae47866

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

exec_path = File.join(APP_ROOT, 'build', 'osx', 'testapp.app')

unless File.exist?(exec_path)
  require 'rake'
  require 'bowline/tasks/bowline'
  Rake::Task['app:bundle'].invoke
end

if ENV['debug']
  `open #{File.join(exec_path, 'Contents', 'MacOS', 'testapp')}`
else
  `open #{exec_path}`
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maccman-bowline-0.1.1 lib/bowline/commands/run.rb