Kaydet (Commit) 5a5f77c3 authored tarafından Andras Timar's avatar Andras Timar

use correct gid of version.ini

üst a7f07eab
......@@ -1833,7 +1833,7 @@ sub put_msiproductversion_into_bootstrapfile
{
my $onefile = ${$filesref}[$i];
if ( $onefile->{'gid'} eq "gid_Profile_Version_Ini" )
if ( $onefile->{'gid'} eq "gid_Brand_Profile_Version_Ini" )
{
my $file = installer::files::read_file($onefile->{'sourcepath'});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment