Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Reist <zeroability@outlook.com>2020-05-24 21:28:58 +0300
committerNik Reist <zeroability@outlook.com>2020-05-25 03:35:46 +0300
commitecfb01e440e7a1b6ce4d8421ee7a5285c278e66d (patch)
tree4f63684a18c1055fb8306ded6706104aa19a02ee /installer
parent679578af1edf4b18bcf76a74f8b931e3437a66ce (diff)
Installer: Add mumble icon file, issue #3058
Adds mumble icon file to fix icon representation in Windows 10 Menu tile and desktop icon.
Diffstat (limited to 'installer')
-rw-r--r--installer/Files.wxs8
1 files changed, 6 insertions, 2 deletions
diff --git a/installer/Files.wxs b/installer/Files.wxs
index e4a7bfd4c..f2853e19c 100644
--- a/installer/Files.wxs
+++ b/installer/Files.wxs
@@ -91,7 +91,9 @@
Directory="DesktopFolder"
Name="Mumble"
WorkingDirectory="INSTALLDIR"
- Target="[INSTALLDIR]mumble.exe">
+ Target="[INSTALLDIR]mumble.exe"
+ Icon="mumble.ico"
+ IconIndex="0">
<ShortcutProperty Key="System.AppUserModel.ID" Value="net.sourceforge.mumble.Mumble" />
</Shortcut>
</Component>
@@ -101,7 +103,9 @@
Directory="ApplicationProgramsFolder"
Name="Mumble"
WorkingDirectory="INSTALLDIR"
- Target="[INSTALLDIR]mumble.exe">
+ Target="[INSTALLDIR]mumble.exe"
+ Icon="mumble.ico"
+ IconIndex="0">
<ShortcutProperty Key="System.AppUserModel.ID" Value="net.sourceforge.mumble.Mumble" />
</Shortcut>
</Component>