mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Rename directory: ext -> extension
This commit is contained in:
@@ -16,7 +16,7 @@ const chrome = require("selenium-webdriver/chrome");
|
||||
const { By, until } = webdriver;
|
||||
|
||||
const extensionArchivePath = glob.sync("*.xpi", {
|
||||
cwd: path.join(__dirname, "../dist/ext"),
|
||||
cwd: path.join(__dirname, "../dist/extension"),
|
||||
absolute: true
|
||||
})[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user