Skip to content

Commit

Permalink
Update Rectify11.Phase2.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed May 29, 2024
1 parent dff5d50 commit b56bf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rectify11.Phase2/Rectify11.Phase2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<PropertyGroup>
<PreBuildCommands>copy /Y "$(TargetPath)" "$(SolutionDir)Rectify11Installer/Resources/Rectify11.Phase2.dll"</PreBuildCommands>
<PreBuildCommands>copy /Y "$(TargetDir)Rectify11.Phase2.dll" "$(SolutionDir)Rectify11Installer/Resources/Rectify11.Phase2.dll" &amp;&amp; copy /Y "$(TargetDir)Rectify11.Phase2.exe" "$(SolutionDir)Rectify11Installer/Resources/Rectify11.Phase2.exe"</PreBuildCommands>
</PropertyGroup>
<Exec Command="$(PreBuildCommands)" />
</Target>
Expand Down

0 comments on commit b56bf64

Please sign in to comment.