mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-29 17:12:04 +00:00
Revert "UpdateService: renamed "-dev" to "-git" for clarity."
This reverts commit 6387dcc6d4.
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