From 6075ccc6c19b83cc3cbe3ee3ac1d46ef7e9727f5 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:42:20 +0000 Subject: [PATCH] Ensure BlogBook-Footer-Text.html is copied to output directory The `BlogBook-Footer-Text.html` file is required at runtime but was not being copied to the build output directory, causing a "file not found" error as noted in the README. This commit updates the `VB-ExportFileFilterAndGenBook/BlogBackupToBook.vbproj` file to include `BlogBook-Footer-Text.html` with `CopyToOutputDirectory` set to `PreserveNewest`. This ensures the file is available in the same directory as the executable. Co-authored-by: ravisiyer <145967375+ravisiyer@users.noreply.github.com> --- VB-ExportFileFilterAndGenBook/BlogBackupToBook.vbproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/VB-ExportFileFilterAndGenBook/BlogBackupToBook.vbproj b/VB-ExportFileFilterAndGenBook/BlogBackupToBook.vbproj index c80a4d3..69fd66b 100644 --- a/VB-ExportFileFilterAndGenBook/BlogBackupToBook.vbproj +++ b/VB-ExportFileFilterAndGenBook/BlogBackupToBook.vbproj @@ -16,6 +16,12 @@ + + + PreserveNewest + + +