Skip to content

Fix build errors on Windows#9959

Closed
cyril23 wants to merge 1 commit intoSubtitleEdit:mainfrom
cyril23:fix-build-issues
Closed

Fix build errors on Windows#9959
cyril23 wants to merge 1 commit intoSubtitleEdit:mainfrom
cyril23:fix-build-issues

Conversation

@cyril23
Copy link

@cyril23 cyril23 commented Sep 20, 2025

Summary

This PR fixes three build errors that prevent Subtitle Edit from building cleanly on Windows.

Issues Fixed

Changes

  1. Added SkiaSharp NuGet package (3.119.0) to restore missing DLL files required by the installer
  2. Removed stray '.dll' command from build.bat line 13 that caused an error message
  3. Fixed UpdateAssemblyInfo.exe path to use the correct Release build output location

Test Environment

  • Windows 11 24H2
  • Microsoft Visual Studio Community 2022 (64-bit) - Version 17.14.15
  • .NET Framework 4.8.09032
  • Successfully tested with build.bat rebuild

All changes are minimal and focused on fixing the specific build issues without altering functionality.

🤖 Generated with Claude Code

- Add missing SkiaSharp NuGet package dependency (SubtitleEdit#9956)
- Remove stray '.dll' command from build.bat line 13 (SubtitleEdit#9957)
- Fix UpdateAssemblyInfo.exe path to use Release build output (SubtitleEdit#9958)

Fixes for clean builds on Windows 11 with VS 2022.

🤖 Generated with Claude Code (claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@niksedk
Copy link
Member

niksedk commented Sep 21, 2025

Could you change it to remove Skia?

@niksedk niksedk closed this in d5dfd71 Sep 27, 2025
@cyril23 cyril23 deleted the fix-build-issues branch September 29, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants