mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
UpdateService: proper revert
This commit is contained in:
@@ -13,7 +13,7 @@ Singleton {
|
||||
// Version properties
|
||||
property string baseVersion: "3.2.0"
|
||||
property bool isDevelopment: true
|
||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-git"}`
|
||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||
property string changelogStateFile: Quickshell.env("NOCTALIA_CHANGELOG_STATE_FILE") || (Settings.cacheDir + "changelog-state.json")
|
||||
|
||||
// Changelog properties
|
||||
|
||||
Reference in New Issue
Block a user