Skip to content

Commit 352ee5d

Browse files
committed
update
1 parent 18863ff commit 352ee5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x64dbgpy3svr/x64dbgpy3svr.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ copy "$(TargetPath)" "%X64DBG%\release\x32\plugins\"</Command>
130130
<EnableUAC>false</EnableUAC>
131131
</Link>
132132
<PostBuildEvent>
133-
<Command>SET X64DBG=C:\Users\r0th3r\Downloads\Tools\x64dbg
134-
copy "$(TargetPath)" "%X64DBG%\release\x32\plugins\"</Command>
133+
<Command>
134+
</Command>
135135
</PostBuildEvent>
136136
</ItemDefinitionGroup>
137137
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -174,8 +174,8 @@ copy "$(TargetPath)" "%X64DBG%\release\x64\plugins\"</Command>
174174
<EnableUAC>false</EnableUAC>
175175
</Link>
176176
<PostBuildEvent>
177-
<Command>SET X64DBG=C:\Users\r0th3r\Downloads\Tools\x64dbg
178-
copy "$(TargetPath)" "%X64DBG%\release\x64\plugins\"</Command>
177+
<Command>
178+
</Command>
179179
</PostBuildEvent>
180180
</ItemDefinitionGroup>
181181
<ItemGroup>

0 commit comments

Comments
 (0)