Browse Source

Properly set Icon file

Tobias Hieta 9 years ago
parent
commit
aec6f12825
2 changed files with 2 additions and 1 deletions
  1. 1 0
      bundle/win/Bundle.wxs
  2. 1 1
      bundle/win/PMP.wxs

+ 1 - 0
bundle/win/Bundle.wxs

@@ -13,6 +13,7 @@
           Copyright="Plex"
           AboutUrl="https://www.plex.tv/"
           Tag="$(var.FullVersion)"
+          IconSourceFile="Plex.ico"
           >
     <util:RegistrySearch Variable="KB2919355_amd64"
                          Root="HKLM"

+ 1 - 1
bundle/win/PMP.wxs

@@ -43,7 +43,7 @@
     </Condition>
     
     <!-- Icon used in the control panel -->
-    <Icon Id="PlexMediaPlayerIcon" SourceFile="$(var.DeployPath)\PlexMediaPlayer.exe"/>
+    <Icon Id="PlexMediaPlayerIcon" SourceFile="Plex.ico" />
 
     <!-- Useful control panel fields -->
     <?include ControlPanel.wxi ?>