Implements a self-hosted update mechanism, allowing the application to be updated from a corporate network share without relying on third-party services. This includes: - Functionality to check for updates - Download installers - Verify checksums - Install updates with UAC elevation Configuration is managed via the config.ini file, with automatic checks on startup. A new settings UI is also included.
9 lines
198 B
INI
9 lines
198 B
INI
[EMLy]
|
|
SDK_DECODER_SEMVER="1.3.2"
|
|
SDK_DECODER_RELEASE_CHANNEL="beta"
|
|
GUI_SEMVER="1.4.0"
|
|
GUI_RELEASE_CHANNEL="stable"
|
|
LANGUAGE="it"
|
|
UPDATE_CHECK_ENABLED="true"
|
|
UPDATE_PATH=""
|
|
UPDATE_AUTO_CHECK="true" |