installer: use release-mici for comma four

This commit is contained in:
Maxime Desroches
2025-11-20 17:06:24 -08:00
parent f19ff793f5
commit 5151bb8bf2
+6
View File
@@ -66,6 +66,12 @@ void branchMigration() {
} else if (BRANCH_STR == "release3-staging") {
migrated_branch = "release-tizi-staging";
}
} else if (device_type == cereal::InitData::DeviceType::MICI) {
if (BRANCH_STR == "release3") {
migrated_branch = "release-mici";
} else if (BRANCH_STR == "release3-staging") {
migrated_branch = "release-mici-staging";
}
}
}