18 19 20 21 22 23 24
# File 'lib/evm/package.rb', line 18 def bin if Evm::Os.osx? && File.exist?(File.join(path, 'Emacs.app')) File.join(path, 'Emacs.app', 'Contents', 'MacOS', 'Emacs') else File.join(path, 'bin', 'emacs') end end