Closed laggardkernel closed 3 years ago
I haven't heard about the --no-quarantine
flag before reading from your comment. Seems I disabled it globally with defaults write com.apple.LaunchServices LSQuarantine -bool false
.
I suggest adding it to the disable!
block (the migration tips part) in Formula/wezterm.rb
. Just like what you have updated in the doc.
You should migrate to the new Cask right now.
If you have formula 'wezterm' installed, uninstall it first,
brew uninstall --formula wezterm
rm -rf /Applications/WezTerm.app
Then install WezTerm from the new cask 'wezterm',
- brew install --cask wezterm
+ brew install --cask wezterm --no-quarantine
or 'wezterm-nightly' for nightly build,
- brew install --cask wezterm-nightly
+ brew install --cask wezterm-nightly --no-quarantine
Done in ebbf38dbb868977a6f0e0bd06bfe67d34a517783
Propose to switch to Cask, which install the app into
/Applications
automatically for the user.The 1st commit adds two Casks
wezterm
andwezterm-nightly
.The 2nd commit adds a
disable!
error to the old formula, and triggers a fake upgrade. When users install, or upgrade from the old formula, anError
pops up with guides for migration to the Casks. Here's what's the output,The same
Error
pops up when doingbrew install wezterm
.