Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Fix apm link for atom-beta 1.13.0-beta8 (#3064)
Browse files Browse the repository at this point in the history
If you have non-beta atom installed, it will currently overwrite the existing apm link.
  • Loading branch information
xdissent authored and fanquake committed Dec 26, 2016
1 parent 4e898f8 commit 269b791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/atom-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
depends_on macos: '>= :mountain_lion'

app 'Atom Beta.app'
binary "#{appdir}/Atom Beta.app/Contents/Resources/app/apm/node_modules/.bin/apm", target: 'apm'
binary "#{appdir}/Atom Beta.app/Contents/Resources/app/apm/node_modules/.bin/apm", target: 'apm-beta'
binary "#{appdir}/Atom Beta.app/Contents/Resources/app/atom.sh", target: 'atom-beta'

postflight do
Expand Down

0 comments on commit 269b791

Please sign in to comment.