Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nblog committed Nov 8, 2022
1 parent 18863ff commit 352ee5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x64dbgpy3svr/x64dbgpy3svr.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ copy "$(TargetPath)" "%X64DBG%\release\x32\plugins\"</Command>
<EnableUAC>false</EnableUAC>
</Link>
<PostBuildEvent>
<Command>SET X64DBG=C:\Users\r0th3r\Downloads\Tools\x64dbg
copy "$(TargetPath)" "%X64DBG%\release\x32\plugins\"</Command>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -174,8 +174,8 @@ copy "$(TargetPath)" "%X64DBG%\release\x64\plugins\"</Command>
<EnableUAC>false</EnableUAC>
</Link>
<PostBuildEvent>
<Command>SET X64DBG=C:\Users\r0th3r\Downloads\Tools\x64dbg
copy "$(TargetPath)" "%X64DBG%\release\x64\plugins\"</Command>
<Command>
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 352ee5d

Please sign in to comment.