From 48180b7ee8e8326ea65f726be5612ef6d046b81f Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 4 Aug 2019 22:06:32 +1000 Subject: [PATCH] update --- Wox/Wox.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index cdec30036a..69ead938ae 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -462,7 +462,7 @@ - PowerShell -ExecutionPolicy Bypass -Command "$(SolutionDir)Scripts\post_build.ps1 $(ConfigurationName) '$(SolutionDir)'" + PowerShell -NoProfile -ExecutionPolicy Bypass -File $(SolutionDir)Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir) taskkill /f /fi "IMAGENAME eq Wox.exe"