Skip to content

Commit 133c580

Browse files
committed
Update Build MSIX from release.cmd
1 parent 8d591bd commit 133c580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Build MSIX from release.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd x64
1111
del "WingetUI Widgets.msix"
1212
cd Release
1313

14-
cd WingetUIWidgetProvider
14+
cd "Widgets for UniGetUI"
1515

1616
del Microsoft.WinUI.dll
1717
del Microsoft.InteractiveExperiences.Projection.dll
@@ -24,6 +24,7 @@ move "WingetUI Widgets.msix" ..\..\..\..\
2424

2525
cd ..\..\..\..\
2626

27+
rem Installer will be signed by Microsoft Store
2728
rem "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"
2829

2930
del "WingetUI Widgets Installer.msix"

0 commit comments

Comments
 (0)