Skip to content

Commit 16db9dd

Browse files
committed
Fix deskband pre-build event
1 parent 1e9b320 commit 16db9dd

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<FileVersion>2.0.0.0</FileVersion>
4-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
3+
<FileVersion>2.0.1.0</FileVersion>
4+
<AssemblyVersion>2.0.1.0</AssemblyVersion>
55
<SelfContained>false</SelfContained>
66
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
77
<PublishReadyToRun>true</PublishReadyToRun>

EverythingToolbar.Deskband/EverythingToolbar.Deskband.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<PackageReference Include="NLog" Version="5.1.1" />
5757
</ItemGroup>
5858
<PropertyGroup>
59-
<PreBuildEvent>$(SolutionDir)tools\stop_explorer.cmd
60-
xcopy $(SolutionDir)EverythingSDK\x64\$(Configuration)\Everything64.dll $(TargetDir) /r /y
59+
<PreBuildEvent>taskkill /f /im explorer.exe
60+
xcopy $(SolutionDir)EverythingSDK\x64\$(Configuration)\Everything64.dll $(TargetDir) /r /y
6161
Exit 0</PreBuildEvent>
6262
</PropertyGroup>
6363
<PropertyGroup>

tools/stop_explorer.cmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)