Remove the last 2 remnants too
This commit is contained in:
parent
63a47f0135
commit
78cbceee4e
|
@ -63,7 +63,7 @@
|
||||||
</Link>
|
</Link>
|
||||||
<PreBuildEvent>
|
<PreBuildEvent>
|
||||||
<Command>$(HexChatCopy)
|
<Command>$(HexChatCopy)
|
||||||
copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatDest)"</Command>
|
copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatRel)"</Command>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
@ -80,7 +80,7 @@ copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatDest)"</Command>
|
||||||
</Link>
|
</Link>
|
||||||
<PreBuildEvent>
|
<PreBuildEvent>
|
||||||
<Command>$(HexChatCopy)
|
<Command>$(HexChatCopy)
|
||||||
copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatDest)"</Command>
|
copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in New Issue