Skip to content
Snippets Groups Projects
Commit 7d27f1f0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-alfred: add version string to software.firmware.base field

parent 8f9ee8d6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ fi ...@@ -36,7 +36,7 @@ fi
json_add_object "software" json_add_object "software"
json_add_object "firmware" json_add_object "firmware"
json_add_string "base" "gluon" json_add_string "base" "gluon-$(cat /lib/gluon/version)"
json_add_string "release" "$(cat /lib/gluon/release)" json_add_string "release" "$(cat /lib/gluon/release)"
json_close_object # firmware json_close_object # firmware
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment