We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d591bd commit 133c580Copy full SHA for 133c580
Build MSIX from release.cmd
@@ -11,7 +11,7 @@ cd x64
11
del "WingetUI Widgets.msix"
12
cd Release
13
14
-cd WingetUIWidgetProvider
+cd "Widgets for UniGetUI"
15
16
del Microsoft.WinUI.dll
17
del Microsoft.InteractiveExperiences.Projection.dll
@@ -24,6 +24,7 @@ move "WingetUI Widgets.msix" ..\..\..\..\
24
25
cd ..\..\..\..\
26
27
+rem Installer will be signed by Microsoft Store
28
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"
29
30
del "WingetUI Widgets Installer.msix"
0 commit comments