From ad21f8ec355dd356bdfe72c67ebf3c4c5cf3f235 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 21 Aug 2017 03:10:33 +0200 Subject: updater: also write channel to version.ini outside of instdir Change-Id: Ibb087fc9cd17e50accf78f805e0fec4f202334b1 --- scp2/source/ooo/common_brand.scp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scp2/source') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index e39a65e19ef1..1eef7833f2d0 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -565,6 +565,15 @@ ProfileItem gid_Brand_Profileitem_Version_Updateurl #endif End +ProfileItem gid_Brand_Profileitem_Version_UpdateChannel + ProfileID = gid_Brand_Profile_Version_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Version"; + Order = 19; + Key = "UpdateChannel"; + Value = ""; +End + ProfileItem gid_Brand_Profileitem_Version_Updateid ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; -- cgit