[neon/neon/calamares-settings/Neon/unstable_focal] desktop/calamares/desktop/branding/neon: Branding entries use ${var} instead of @{var} for substitutions,

Jonathan Esk-Riddell null at kde.org
Mon Sep 26 12:16:24 BST 2022


Git commit f2025249e3eff0a8e286958aacd030f4ec0ae73c by Jonathan Esk-Riddell.
Committed on 26/09/2022 at 11:16.
Pushed by jriddell into branch 'Neon/unstable_focal'.

Branding entries use ${var} instead of @{var} for substitutions,

M  +7    -7    desktop/calamares/desktop/branding/neon/branding.desc

https://invent.kde.org/neon/neon/calamares-settings/commit/f2025249e3eff0a8e286958aacd030f4ec0ae73c

diff --git a/desktop/calamares/desktop/branding/neon/branding.desc b/desktop/calamares/desktop/branding/neon/branding.desc
index 919eba3..396b883 100644
--- a/desktop/calamares/desktop/branding/neon/branding.desc
+++ b/desktop/calamares/desktop/branding/neon/branding.desc
@@ -5,13 +5,13 @@
 componentName:  neon
 
 strings:
-    productName: "@{NAME}"
-    shortProductName: "@{NAME}"
-    version: "@{VERSION}"
-    shortVersion: "@{VERSION}"
-    versionedName: "@{NAME} @{VERSION}"
-    shortVersionedName: "@{NAME} @{VERSION}"
-    bootloaderEntryName: "@{PRETTY_NAME}"
+    productName: "${NAME}"
+    shortProductName: "${NAME}"
+    version: "${VERSION}"
+    shortVersion: "${VERSION}"
+    versionedName: "${NAME} ${VERSION}"
+    shortVersionedName: "${NAME} ${VERSION}"
+    bootloaderEntryName: "${PRETTY_NAME}"
 
 images:
     productLogo: "kdeneon.png"


More information about the Neon-commits mailing list