diff options
Diffstat (limited to 'win32/copy/copy.vcxproj')
-rw-r--r-- | win32/copy/copy.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index ac121416..6e31064a 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -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> |