Releases: hschneider/neutralino-autoupdate
v1.2.2
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.]
v1.2.1
Fixed the setup procedure for Windows. See README.md for details.
v1.2.0
Replaced all fetch methods with CURL binary calls, so no server-side CORS config is required anymore.
v1.1.9
Further optimizations for higher portability.
v1.1.8
Cleaned up some Neutralino specific platform variables, to make code more portable.
v1.1.7
Simplified GUI translation by moving it to option customLang. See README for details.
v1.1.6
Translate the GUI to any language. See README for details.
v1.1.5
Alert-dialog height is now variable. Error messages are more verbose.
v1.1.4
Nicer error messages.
v1.1.3
Shows an alert message, when the download checksum is invalid or unzip failed.