Skip to content

Commit 29be029

Browse files
dengbo11reddevillg
authored andcommitted
fix: failed to export uab use com.uniontech.foundation
Adds support for recognizing com.uniontech.foundation.
1 parent a6fde49 commit 29be029

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/linglong/src/linglong/package/uab_packager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@ utils::error::Result<void> UABPackager::prepareBundle(const QDir &bundleDir, boo
402402
}
403403

404404
const auto &info = *infoRet;
405-
// the kind of old org.deepin.base and org.deepin.foundation is runtime
405+
// the kind of old org.deepin.base,org.deepin.foundation and com.uniontech.foundation is runtime
406406
if (info.kind == "base" || info.id == "org.deepin.base"
407-
|| info.id == "org.deepin.foundation") {
407+
|| info.id == "org.deepin.foundation" || info.id == "com.uniontech.foundation") {
408408
base = *it;
409409
it = this->layers.erase(it);
410410
continue;

0 commit comments

Comments
 (0)