Skip to content

Commit

Permalink
INSTALLER: removed bom from wix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed May 5, 2024
1 parent 0565062 commit bb6bd0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified contrib/installer/windows/wixpatch.xml
Binary file not shown.
4 changes: 4 additions & 0 deletions src/tools/formatprinter/FormatPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ void FormatPrinter::printMarkdownTables() {
}

void FormatPrinter::printApplicationWix() {
Log::printf("<!-- \n");
Log::printf(" using the formatprinter and capturing the stdout to write it into this file can add BOMs under windows \n");
Log::printf(" if you are getting weird errors about unclosed tokens, remove the BOM\n");
Log::printf("-->\n");
Log::printf("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
Log::printf("<CPackWiXPatch>\n");
Log::printf(" <!-- Fragment ID is from: <your build dir>/_CPack_Packages/win64/WIX/files.wxs -->\n");
Expand Down

0 comments on commit bb6bd0b

Please sign in to comment.