buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.44k stars 90 forks source link

Rescue metadata if installation failed #150

Closed ondrejfuhrer closed 4 years ago

ondrejfuhrer commented 4 years ago

Fixes #149

Description

Before the installation we remove the metadata in order to refresh them correctly during the installation process. This causes issues when the installation fails.

Actions taken