This update contains breaking changes:
Move the binary dependencies from resources/bin
to extensions/autoupdate/bin
:
Setup on all Platforms
Copy the contents of _install/PLATFORM/bin folder to your app's /extensions/autoupdate/bin folder. E.g.
_install/macos-x64/bin --> extensions/autoupdate/bin
Deployment
On Windows and Linux
The extensions
folder needs to be placed beside your resources..neu
folder:
app.exe
resources.neu
extensions
On macOS
The extensions
folder goes into your app bundle's Resources
folder. This can be automated with [Neutralino Build Scripts.]