From 1c90b09e2db56afe4d58540978d5667ac8b1b929 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Tue, 14 Mar 2017 02:14:20 +0000 Subject: [PATCH] Make the name same as post build event in vs --- Scripts/{build.ps1 => post_build.ps1} | 0 Wox/Wox.csproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Scripts/{build.ps1 => post_build.ps1} (100%) diff --git a/Scripts/build.ps1 b/Scripts/post_build.ps1 similarity index 100% rename from Scripts/build.ps1 rename to Scripts/post_build.ps1 diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index ff7771adb0..6887413f89 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -433,7 +433,7 @@ - powershell.exe -NoProfile -File $(SolutionDir)Scripts\build.ps1 $(ConfigurationName) $(SolutionDir) + powershell.exe -NoProfile -File $(SolutionDir)Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir) taskkill /f /fi "IMAGENAME eq Wox.exe"