macos-installer-builder
macos-installer-builder copied to clipboard
Generate macOS installers for your applications and products from one command
Hello @KosalaHerath, Is there a possibility for me to choose the directory of the file inside the installer? For instance, I have a plugin that needs to be placed in...
The installer builder only works when the product name passed in has no spaces. I've got a fix in my fork if you are interested. It required an update to...
Hi, Is it possible to insert commands / calls in the post install to change a default MacOS program? For example ask to change the e-mail program or the browser?...
I put MyApplication.app in application folder and modify postinstall.sh ``` #Custermize this for your application APPLICATION_FILE_PATH=MyApplication.app #Parameters PRODUCT_HOME=/opt/__PRODUCT__/__VERSION__ ``` than run build-macos-x64.sh MyApplication 1.0.0 But, I can't find MyApplication.app in...
Currently it is not possible to read the medium article that is referred to from the Readme. Maybe copy relevant parts to the readme to make it accessible for people...
Hi, This is a powerful tool. But now I want to add one QR Code in the complete page, I tried load picture from internet, from local and encode picture...
- Added reusable code and optimised - Added support for alternate install location with DESTDIR variable
Hi @KosalaHerath, could you help me? I use your script and I need to run a pre-install script. Do you think it is possible to do this? by the way,...
Hello. First, thank you for open sourcing this repo. Your code and the accompanying blog article were incredibly helpful as Apple's own documentation on building installers is very lacking. To...