Skip to content

Commit a4bfbdc

Browse files
authored
Add setup icons (#1)
1 parent 9c11bd6 commit a4bfbdc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
14.3 KB
Loading
3.69 KB
Loading

src/pymanager/appxmanifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
desktop4:Subsystem="console">
4646
<uap:VisualElements DisplayName="Python install manager"
4747
Description="Add, remove, list and launch Python runtimes."
48-
Square150x150Logo="_resources/pythonx150.png"
49-
Square44x44Logo="_resources/pythonx44.png"
48+
Square150x150Logo="_resources/setupx150.png"
49+
Square44x44Logo="_resources/setupx44.png"
5050
BackgroundColor="transparent" />
5151
</Application>
5252
<Application Id="Pyw.Manager.Exe"
@@ -56,8 +56,8 @@
5656
desktop4:Subsystem="windows">
5757
<uap:VisualElements DisplayName="Python install manager (windowed)"
5858
Description="Add, remove and launch Python without creating a console window."
59-
Square150x150Logo="_resources/pythonwx150.png"
60-
Square44x44Logo="_resources/pythonwx44.png"
59+
Square150x150Logo="_resources/setupx150.png"
60+
Square44x44Logo="_resources/setupx44.png"
6161
BackgroundColor="transparent"
6262
AppListEntry="none" />
6363
</Application>

src/pymanager/msi.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<MediaTemplate EmbedCab="yes" />
1313

14-
<Icon Id="ARPIcon" SourceFile="_resources\python.ico" />
14+
<Icon Id="ARPIcon" SourceFile="setup.ico" />
1515
<Property Id="ARPPRODUCTICON" Value="ARPIcon" />
1616
<Property Id="ARPNOMODIFY" Value="1" />
1717
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />

src/pymanager/setup.ico

76.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)