diff options
author | hristoterezov <hristo@jitsi.org> | 2014-03-06 17:26:56 +0200 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2014-03-06 17:26:56 +0200 |
commit | 982919a39cb9394f99f5c05be980c7674252e4e7 (patch) | |
tree | fce276eba44d7b2e5060050bcc1456d7b412b658 /resources | |
parent | 2670723207eec44350129fe6b8c13f6712a04292 (diff) | |
download | jitsi-982919a39cb9394f99f5c05be980c7674252e4e7.zip jitsi-982919a39cb9394f99f5c05be980c7674252e4e7.tar.gz jitsi-982919a39cb9394f99f5c05be980c7674252e4e7.tar.bz2 |
Fixes the name of the registry key for the IM Provider in the windows
installer.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/install/windows/SCRegistrySpec.wxi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/install/windows/SCRegistrySpec.wxi b/resources/install/windows/SCRegistrySpec.wxi index af2c5cd..0ba1255 100644 --- a/resources/install/windows/SCRegistrySpec.wxi +++ b/resources/install/windows/SCRegistrySpec.wxi @@ -147,12 +147,12 @@ Value="@APP_LAUNCHER_NAME@.exe" />
</RegistryKey>
<RegistryKey
- Key="SOFTWARE\IM Providers\Jitsi"
+ Key="SOFTWARE\IM Providers\@APP_NAME@"
Root="HKLM" Action="createAndRemoveOnUninstall">
<RegistryValue
Name="FriendlyName"
Type="string"
- Value="Jisti" />
+ Value="@APP_NAME@" />
<RegistryValue
Name="GUID"
Type="string"
|