Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@hschneider hschneider released this 02 Mar 18:39
· 1 commit to master since this release

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.]