UpdateService: set release to false

This commit is contained in:
Ly-sec 2025-09-04 19:49:57 +02:00
parent 9db6a0d438
commit 321c513682

View file

@ -9,7 +9,7 @@ Singleton {
// Public properties // Public properties
property string baseVersion: "v2.5.0" property string baseVersion: "v2.5.0"
property bool isRelease: true property bool isRelease: false
property string currentVersion: isRelease ? baseVersion : baseVersion + "-dev" property string currentVersion: isRelease ? baseVersion : baseVersion + "-dev"