From f5eba39935425a44abc5abcdfc09f557bbbb63a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Sat, 21 Nov 2020 07:38:32 +0100 Subject: [PATCH] cppcheck.wxs: Use underscore instead of dash (#2915) 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 f5e6b9469..21e1f8101 100644 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -132,9 +132,9 @@ - + - +