janhq / cortex.cpp

Run and customize Local LLMs.
https://cortex.so
Apache License 2.0
1.91k stars 105 forks source link

Fix issue postinstaller not run in macos #1212

Closed hiento09 closed 2 days ago

hiento09 commented 5 days ago

Describe Your Changes

Currently, the macOS installer will not trigger the postinstall script because it is just a single pkg file, not a productbuild. This PR aims to fix the issue of the postinstall script not running on macOS by converting it to a productbuild pkg file.

Fixes Issues

Self Checklist