mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
UpdateService: set release to false
This commit is contained in:
@@ -9,7 +9,7 @@ Singleton {
|
||||
|
||||
// Public properties
|
||||
property string baseVersion: "v2.5.0"
|
||||
property bool isRelease: true
|
||||
property bool isRelease: false
|
||||
|
||||
property string currentVersion: isRelease ? baseVersion : baseVersion + "-dev"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user