Skip to content

Commit 16335dc

Browse files
committed
update scripts
1 parent 19174c5 commit 16335dc

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Build MSIX from release.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ cd ..
2626
MakeAppx.exe pack /d Release /p "WingetUI Widgets.msix"
2727
move "WingetUI Widgets.msix" ..\..\..\..\
2828

29+
cd ..\..\..\..\
30+
2931
"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"
3032

3133
pause

Fix VS Deployment Issues.cmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
taskkill /im widgets.exe /F
2+
taskkill /im WingetUIWidgetProvider.exe /F
3+
cd src
4+
rmdir /Q /S bin
5+
cd Package
6+
rmdir /Q /S bin
7+
pause

0 commit comments

Comments
 (0)