Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 2294462

Browse files
author
Richard Towers
committed
Fix case of 'Tools' in BuildEvent
1 parent aa085e1 commit 2294462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/CCTray/CCTray.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
184184
<PropertyGroup>
185185
<PostBuildEvent Condition=" '$(OS)' != 'Unix' ">
186-
copy "$(ProjectDir)..\..\tools\cm17a\cm17a.exe" "$(TargetDir)"
186+
copy "$(ProjectDir)..\..\Tools\cm17a\cm17a.exe" "$(TargetDir)"
187187
</PostBuildEvent>
188188
<PostBuildEvent Condition=" '$(OS)' == 'Unix' ">
189-
cp "$(ProjectDir)../../tools/cm17a/cm17a.exe" "$(TargetDir)"
189+
cp "$(ProjectDir)../../Tools/cm17a/cm17a.exe" "$(TargetDir)"
190190
</PostBuildEvent>
191191
</PropertyGroup>
192-
</Project>
192+
</Project>

0 commit comments

Comments
 (0)