tpill90 / battlenet-lancache-prefill

CLI tool to automatically prefill a Lancache with Battle.Net games
https://tpill90.github.io/battlenet-lancache-prefill/
MIT License
72 stars 10 forks source link

Unverified .dylib and ./BattleNetPrefill files #17

Closed skhati1 closed 1 year ago

skhati1 commented 2 years ago

Seems like OSX is flagging each file (in some cases the same DLL multiple times) as coming from an unverified developer. Maybe there's a way to sign it so it doesn't get flagged. Not a blocker since I can go to System Preferences -> Security and Privacy -> General Tab and “Allow Anyway” each instance. This does happen once you can get the CLI running and actually try to download a cache additionally so just a bit of a speed bump.

BattleNetPrefill cannot be
tpill90 commented 1 year ago

I did some more digging into this, and it looks like there is ultimately nothing that can be done about this, at least without buying a Mac + an Apple Developer license. There is also a sizeable amount of work that would need to be done on build pipelines to support this.
Closing this issue since there is nothing more that can be done on it.