Skip to content

Commit 1ce2fc2

Browse files
committed
Fix Scripts\pack-all.ps1
1 parent c2acdaa commit 1ce2fc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Scripts/pack-all.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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"
2+
powershell -file "pack-7z.ps1"
3+
powershell -file "pack-setup.ps1"
4+
powershell -file "pack-appx.ps1"
5+
powershell -file "sign-appx.ps1"
66
Pause

0 commit comments

Comments
 (0)