Skip to content

Commit 99197d1

Browse files
committed
last icon tweaking
1 parent 85bbf49 commit 99197d1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Build MSIX from release.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ echo BEFORE RUNNING THIS COMMAND THE SOLUTION MUST BE BUILT WITH THE CONFIGURATI
44

55
pause
66

7+
del "WingetUI Widgets.msix"
78
cd src
89
cd Package
910
cd bin
1011
cd x64
11-
del "WingetUI Widgets.msix"
12+
1213
cd Release
1314

1415
move .\Package\Images .\Images
15 KB
Loading

src/Package/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<uap3:Properties>
6262
<WidgetProvider>
6363
<ProviderIcons>
64-
<Icon Path="Images\icon.png" />
64+
<Icon Path="Images\wingetui_color.png" />
6565
</ProviderIcons>
6666
<Activation>
6767
<!-- Apps exports COM interface which implements IWidgetProvider -->
@@ -90,7 +90,7 @@
9090
</Capabilities>
9191
<ThemeResources>
9292
<Icons>
93-
<Icon Path="Images\icon.png" />
93+
<Icon Path="Images\wingetui_color.png" />
9494
</Icons>
9595
<DarkMode>
9696
<Screenshots>

0 commit comments

Comments
 (0)