mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-22 01:24:52 +00:00
deal with FileInUse exception when packing .zip
This commit is contained in:
@@ -50,7 +50,9 @@ powershell -file "$(SolutionDir)Scripts\sign-package.ps1"
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>powershell -file "$(SolutionDir)Scripts\sign-msi.ps1"
|
||||
|
||||
powershell -file "$(SolutionDir)Scripts\rename-pkg.ps1"</PostBuildEvent>
|
||||
powershell -file "$(SolutionDir)Scripts\rename-msi.ps1"
|
||||
|
||||
powershell -file "$(SolutionDir)Scripts\pack-zip.ps1"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!--
|
||||
To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
Reference in New Issue
Block a user