Skip to content

Commit

Permalink
Remove post-build event from project file
Browse files Browse the repository at this point in the history
The post-build event copying plugin files was removed from the project configuration. This simplifies the build process and avoids potential issues with hardcoded paths.
  • Loading branch information
ivandrofly committed Feb 17, 2025
1 parent 6a6670b commit e3e84ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/HIColorer/HIColorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy $(TargetDir)\HIColorer.dll "%25appdata%25\Subtitle Edit\Plugins\" || Exit 0
copy $(TargetDir)\HIColorer.pdb "%25appdata%25\Subtitle Edit\Plugins\" || Exit 0</PostBuildEvent>
</PropertyGroup>
<Import Project="..\Plugin-Shared\Plugin-Shared.projitems" Label="Shared" />
</Project>

0 comments on commit e3e84ea

Please sign in to comment.