Add support for /snap/bin/chromium (#4141)
This commit is contained in:
		
							parent
							
								
									1e75d81bcf
								
							
						
					
					
						commit
						9fb95fe95e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -40,6 +40,7 @@ if (process.platform === "win32") { | ||||||
|         "/usr/bin/chromium", |         "/usr/bin/chromium", | ||||||
|         "/usr/bin/chromium-browser", |         "/usr/bin/chromium-browser", | ||||||
|         "/usr/bin/google-chrome", |         "/usr/bin/google-chrome", | ||||||
|  |         "/snap/bin/chromium",           // Ubuntu
 | ||||||
|     ]; |     ]; | ||||||
| } else if (process.platform === "darwin") { | } else if (process.platform === "darwin") { | ||||||
|     // TODO: Generated by GitHub Copilot, but not sure if it's correct
 |     // TODO: Generated by GitHub Copilot, but not sure if it's correct
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue