KosalaHerath / macos-installer-builder

Generate macOS installers for your applications and products from one command
Apache License 2.0
323 stars 94 forks source link

Can we change the installation location from /Library to /Applications? #31 #33

Closed Vishvshah16 closed 1 year ago

Vishvshah16 commented 1 year ago

I have tried.

so, @KosalaHerath , you are saying:

sudo mv /Library/Ossec /Applications/ || true

By adding above line at the end of postinstall.sh, it will work right?