Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16cd50b3 authored by Julian Xhokaxhiu's avatar Julian Xhokaxhiu
Browse files

Support Unofficial builds out of the box

When they are detected they will be placed into the Nightly channel
parent 74df01a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@
            if ( $token > '' ) {
                $ret = $token;
                if ( $token == 'experimental' ) $ret = 'snapshot';
                if ( $token == 'unofficial' ) $ret = 'nightly';
            }

            return $ret;