aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.8k stars 290 forks source link

the app 1.6.3 cannot be opened in macOS 11.3.0 #93

Closed LatteCat closed 1 year ago

mi-g commented 3 years ago

Can you open the finder, go to the downloads directory where the .pkg file is and open it from there ?

TheLittleBoy commented 3 years ago

The .dmg file cannot work, the .pkg file is OK.

papakay commented 3 years ago

It's not working on macOs 11.4. The installation is successful but the app doesn't open.

YukunXia commented 3 years ago

Same situation here. Both pkg and dmg don't work on macOS 11.1

baptisteArno commented 2 years ago

Same here, the app won't open on macOS 12.0.1

watou commented 2 years ago

1.6.3 will not install on macOS 11.6.1, either .pkg or .dmg

Wayne-007 commented 2 years ago

the same to me

jt196 commented 1 year ago

You'll need to unquarantine the pkg file.

  1. cd into the downloads folder
  2. xattr -d com.apple.quarantine net.downloadhelper.coapp-1.6.3.pkg
  3. Double click the pkg to install
paulrouget commented 1 year ago

Fixed in master. Will be part of the next release.