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