Changed wox to launcher in the build events

This commit is contained in:
Alekhya Reddy Kommuru
2020-03-10 15:20:10 -07:00
parent 4bcf8215b6
commit 5684c450f4
2 changed files with 4 additions and 5 deletions

View File

@@ -440,7 +440,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>powershell.exe -NoProfile -ExecutionPolicy Bypass -File $(SolutionDir)src\modules\wox\Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir)src\modules\wox</PostBuildEvent>
<PostBuildEvent>powershell.exe -NoProfile -ExecutionPolicy Bypass -File $(SolutionDir)src\modules\launcher\Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir)src\modules\launcher</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>taskkill /f /fi "IMAGENAME eq Wox.exe"</PreBuildEvent>