Add all possible files to Synthesia cask zap stanza (#44232)

This commit is contained in:
Nicholas Ngai 2018-02-22 15:40:21 -08:00 committed by Vítor Galvão
parent 7778b09d59
commit 5a895cd347
1 changed files with 5 additions and 1 deletions

View File

@ -9,5 +9,9 @@ cask 'synthesia' do
app 'Synthesia.app'
zap trash: '~/Library/Application Support/Synthesia'
zap trash: [
'~/Library/Application Support/Synthesia',
'~/Library/Autosave Information/com.synthesiallc.synthesia.plist',
'~/Library/Saved Application State/com.synthesiallc.synthesia.savedState',
]
end