Skip to content

Commit 19174c5

Browse files
committed
Update package build utility
1 parent 99197d1 commit 19174c5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Build MSIX from release.cmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ echo BEFORE RUNNING THIS COMMAND THE SOLUTION MUST BE BUILT WITH THE CONFIGURATI
44

55
pause
66

7-
del "WingetUI Widgets.msix"
87
cd src
98
cd Package
109
cd bin
1110
cd x64
12-
11+
del "WingetUI Widgets.msix"
1312
cd Release
1413

14+
rmdir /Q /S .\Images
1515
move .\Package\Images .\Images
1616
rmdir /Q /S Package
1717
cd WingetUIWidgetProvider
@@ -25,5 +25,7 @@ cd ..
2525

2626
MakeAppx.exe pack /d Release /p "WingetUI Widgets.msix"
2727
move "WingetUI Widgets.msix" ..\..\..\..\
28-
echo You may want to sign your installer now
28+
29+
"Y:\- Signing\signtool-x64\signtool.exe" sign /v /debug /fd SHA256 /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib "Y:\- Signing\azure.codesigning.client\x64\Azure.CodeSigning.Dlib.dll" /dmdf "Y:\- Signing\metadata.json" "WingetUI Widgets.msix"
30+
2931
pause

src/Package/WingetUIWidgetProviderPackage.wapproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
<Content Include="Images\WidgetCovers\scoop_light.png" />
161161
<Content Include="Images\WidgetCovers\winget_dark.png" />
162162
<Content Include="Images\WidgetCovers\winget_light.png" />
163+
<Content Include="Images\wingetui_color.png" />
163164
<Content Include="Images\winget_color.png" />
164165
</ItemGroup>
165166
<ItemGroup>

0 commit comments

Comments
 (0)