Jorl17 / jar2app

Convert any Java jar to a Mac OS X .App bundle. No external tools needed, no funky parameters, it just works.
GNU General Public License v2.0
414 stars 56 forks source link

Permission not granted #52

Open RifanAmrozi opened 3 years ago

RifanAmrozi commented 3 years ago

I have converted my file named myfile.jar, it works and becomes myfile.app. Unfortunately, when I open in my Mac (Big Sur 11.2) got an error. it says that I don't have permission ("You do not have permission to open the application "myfile". "). I know that I can solve this by changing its file permission by chmod 777, but I don't want anyone that I give my app, he/she doing the same thing, he/she will think it too complicated. So, can "jar2app" convert it and automatically give the permission to all? thanks