From 140822dd75706799e962e5ff772b0ff8820f2ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Sat, 21 Nov 2020 02:26:14 +0100 Subject: [PATCH] cppcheck.wxs: Use underscore instead of dash Fixes the following errors during the Build Installer step of release-windows GitHub Action: cppcheck.wxs(135): error CNDL0014: The File/@Id attribute's value, 'elbrus-e1cp.xml', is not a legal identifier. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). cppcheck.wxs(137): error CNDL0014: The File/@Id attribute's value, 'pic8-enhanced.xml', is not a legal identifier. --- win_installer/cppcheck.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs index f5e6b9469cf..21e1f8101f8 100644 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -132,9 +132,9 @@ - + - +