Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley committed Aug 18, 2019
1 parent 69cd262 commit 08b23fb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Casks/adobe-creative-cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
sudo: true,
}

uninstall delete: "#{staged_path}/#{token}", # Needs to be uninstalled manually
rmdir: '/Applications/Utilities/Adobe Installers'
uninstall launchctl: [
'com.adobe.AdobeCreativeCloud',
'com.adobe.acc.installer',
'com.adobe.agsservice',
'Adobe_Genuine_Software_Integrity_Service',
],
delete: [
"#{staged_path}/#{token}", # Needs to be uninstalled manually
'/Applications/Adobe Creative Cloud/Adobe Creative Cloud',
'/Applications/Utilities/Adobe Creative Cloud',
'/Applications/Utilities/Adobe Application Manager',
],
rmdir: '/Applications/Utilities/Adobe Installers'
end

0 comments on commit 08b23fb

Please sign in to comment.