ADTPro / adtpro

Apple Disk Transfer ProDOS (ADTPro)
http://adtpro.com
GNU General Public License v2.0
131 stars 19 forks source link

App will not run if placed in a subfolder within /Applications #182

Closed markaudacity closed 9 months ago

markaudacity commented 9 months ago

I keep my Applications folder organized by category, so this is a problem.

image
david-schmidt commented 9 months ago

If you're going to place the executable in a non-standard place, you'll be responsible for getting it out of quarantine; this is the code we run on install - you'll need to modify it to suit your environment and run it: //ADTPro-2.1.0.app/Contents/MacOS/ADTPro-2.1.0

markaudacity commented 9 months ago

Thanks for the solution. Curious what the issue is that causes this. I don’t think I’ve encountered it before, even with other Java apps.