add back marlin/sailfish to releases.js
This commit is contained in:
parent
19d2fc7200
commit
9647224083
@ -24,6 +24,12 @@ function deviceModel(device) {
|
|||||||
if (device === "walleye") {
|
if (device === "walleye") {
|
||||||
return "Pixel 2";
|
return "Pixel 2";
|
||||||
}
|
}
|
||||||
|
if (device === "marlin") {
|
||||||
|
return "Pixel XL";
|
||||||
|
}
|
||||||
|
if (device === "sailfish") {
|
||||||
|
return "Pixel";
|
||||||
|
}
|
||||||
return device;
|
return device;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user