diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj
index 85e5b51d25..faa10af787 100644
--- a/Wox/Wox.csproj
+++ b/Wox/Wox.csproj
@@ -467,7 +467,7 @@
- powershell.exe -NoProfile -File $(SolutionDir)Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir)
+ powershell.exe -NoProfile -ExecutionPolicy Bypass -File $(SolutionDir)Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir)
taskkill /f /fi "IMAGENAME eq Wox.exe"