packaging: add missing submodule

The ZXing-C++ library was recently added to the project as a git
submodule, but some of the packaging scripts were not updated
accordingly.

GitLab: #1947
Change-Id: Ic5324bd807e30bec44c0e07076b1f38903e12895
This commit is contained in:
François-Simon Fauteux-Chapleau
2025-03-12 15:32:24 -04:00
parent 82c2a9d9c6
commit 407561732f
3 changed files with 5 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ def init_submodules():
"3rdparty/SortFilterProxyModel",
"3rdparty/md4c",
"3rdparty/tidy-html5",
"3rdparty/zxing-cpp",
]
if execute_cmd(["git", "submodule", "update", "--init" ] + submodules,
False):