@@ -475,7 +475,7 @@ function readDescriptors(browsersJSON: BrowsersJSON): BrowsersJSONDescriptor[] {
475
475
476
476
export type BrowserName = 'chromium' | 'firefox' | 'webkit' | 'bidi' ;
477
477
type InternalTool = 'ffmpeg' | 'winldd' | 'firefox-beta' | 'chromium-tip-of-tree' | 'chromium-headless-shell' | 'chromium-tip-of-tree-headless-shell' | 'android' ;
478
- type BidiChannel = 'bidi -firefox-stable ' | 'bidi -firefox-beta' | 'bidi -firefox-nightly' | 'bidi-chrome-canary' | 'bidi-chrome-stable' | 'bidi-chromium' ;
478
+ type BidiChannel = 'moz -firefox' | 'moz -firefox-beta' | 'moz -firefox-nightly' | 'bidi-chrome-canary' | 'bidi-chrome-stable' | 'bidi-chromium' ;
479
479
type ChromiumChannel = 'chrome' | 'chrome-beta' | 'chrome-dev' | 'chrome-canary' | 'msedge' | 'msedge-beta' | 'msedge-dev' | 'msedge-canary' ;
480
480
const allDownloadable = [ 'android' , 'chromium' , 'firefox' , 'webkit' , 'ffmpeg' , 'firefox-beta' , 'chromium-tip-of-tree' , 'chromium-headless-shell' , 'chromium-tip-of-tree-headless-shell' ] ;
481
481
@@ -682,17 +682,17 @@ export class Registry {
682
682
'win32' : `\\Microsoft\\Edge SxS\\Application\\msedge.exe` ,
683
683
} ) ) ;
684
684
685
- this . _executables . push ( this . _createBidiFirefoxChannel ( 'bidi -firefox-stable ' , {
685
+ this . _executables . push ( this . _createBidiFirefoxChannel ( 'moz -firefox' , {
686
686
'linux' : '/snap/bin/firefox' ,
687
687
'darwin' : '/Applications/Firefox.app/Contents/MacOS/firefox' ,
688
688
'win32' : '\\Mozilla Firefox\\firefox.exe' ,
689
689
} ) ) ;
690
- this . _executables . push ( this . _createBidiFirefoxChannel ( 'bidi -firefox-beta' , {
690
+ this . _executables . push ( this . _createBidiFirefoxChannel ( 'moz -firefox-beta' , {
691
691
'linux' : '/opt/firefox-beta/firefox' ,
692
692
'darwin' : '/Applications/Firefox.app/Contents/MacOS/firefox' ,
693
693
'win32' : '\\Mozilla Firefox\\firefox.exe' ,
694
694
} ) ) ;
695
- this . _executables . push ( this . _createBidiFirefoxChannel ( 'bidi -firefox-nightly' , {
695
+ this . _executables . push ( this . _createBidiFirefoxChannel ( 'moz -firefox-nightly' , {
696
696
'linux' : '/opt/firefox-nightly/firefox' ,
697
697
'darwin' : '/Applications/Firefox Nightly.app/Contents/MacOS/firefox' ,
698
698
'win32' : '\\Mozilla Firefox\\firefox.exe' ,
0 commit comments