Skip to content

Commit e3e84ea

Browse files
committed
Remove post-build event from project file
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.
1 parent 6a6670b commit e3e84ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/HIColorer/HIColorer.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>
9-
<PropertyGroup>
10-
<PostBuildEvent>copy $(TargetDir)\HIColorer.dll "%25appdata%25\Subtitle Edit\Plugins\" || Exit 0
11-
copy $(TargetDir)\HIColorer.pdb "%25appdata%25\Subtitle Edit\Plugins\" || Exit 0</PostBuildEvent>
12-
</PropertyGroup>
139
<Import Project="..\Plugin-Shared\Plugin-Shared.projitems" Label="Shared" />
1410
</Project>

0 commit comments

Comments
 (0)