UpdateService: set release to false
This commit is contained in:
parent
9db6a0d438
commit
321c513682
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue