We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2acdaa commit 1ce2fc2Copy full SHA for 1ce2fc2
Scripts/pack-all.ps1
@@ -1,6 +1,6 @@
1
# Please build the msi installation package in advance
2
-powershell -file "$(SolutionDir)Scripts\pack-7z.ps1"
3
-powershell -file "$(SolutionDir)Scripts\pack-setup.ps1"
4
-powershell -file "$(SolutionDir)Scripts\pack-appx.ps1"
5
-powershell -file "$(SolutionDir)Scripts\sign-appx.ps1"
+powershell -file "pack-7z.ps1"
+powershell -file "pack-setup.ps1"
+powershell -file "pack-appx.ps1"
+powershell -file "sign-appx.ps1"
6
Pause
0 commit comments