mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 08:35:26 +08:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user