We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0448a commit 550aaa7Copy full SHA for 550aaa7
CHANGELOG.md
@@ -7,8 +7,11 @@ and this project adheres to Semantic Versioning.
7
8
## [0.2.2] - 2026-02-08
9
10
-- Bundled required vcpkg runtime DLLs in Windows release artifacts to avoid
11
- missing wxWidgets runtime errors on end-user systems.
+- Bundled required runtime DLLs in Windows release artifacts to avoid missing
+ wxWidgets/runtime dependency errors on end-user systems.
12
+- Hardened Windows CI runtime bundling by resolving vcpkg runtime paths across
13
+ manifest/classic layouts and bundling only DLLs actually required by
14
+ `OpenGothicStarter.exe`.
15
- Clarified runtime dependency requirements in `README.md` with a dedicated
16
platform-specific section for Windows, Linux, and macOS.
17
0 commit comments