Browse Source

Update atom-beta.rb (#4799)

master
miccal 7 years ago
committed by commitay
parent
commit
801b043d47
  1. 14
      Casks/atom-beta.rb

14
Casks/atom-beta.rb

@ -16,19 +16,17 @@ cask 'atom-beta' do
binary "#{appdir}/Atom Beta.app/Contents/Resources/app/apm/node_modules/.bin/apm", target: 'apm-beta' 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' binary "#{appdir}/Atom Beta.app/Contents/Resources/app/atom.sh", target: 'atom-beta'
zap delete: [ zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.atom.sfl*', '~/.atom',
'~/Library/Application Support/Atom',
'~/Library/Application Support/ShipIt_stderr.log', '~/Library/Application Support/ShipIt_stderr.log',
'~/Library/Application Support/ShipIt_stdout.log', '~/Library/Application Support/ShipIt_stdout.log',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.atom.sfl*',
'~/Library/Application Support/com.github.atom.ShipIt',
'~/Library/Caches/com.github.atom', '~/Library/Caches/com.github.atom',
'~/Library/Caches/com.github.atom.ShipIt', '~/Library/Caches/com.github.atom.ShipIt',
'~/Library/Saved Application State/com.github.atom.savedState',
],
trash: [
'~/.atom',
'~/Library/Application Support/Atom',
'~/Library/Application Support/com.github.atom.ShipIt',
'~/Library/Preferences/com.github.atom.helper.plist', '~/Library/Preferences/com.github.atom.helper.plist',
'~/Library/Preferences/com.github.atom.plist', '~/Library/Preferences/com.github.atom.plist',
'~/Library/Saved Application State/com.github.atom.savedState',
] ]
end end

Loading…
Cancel
Save