Rename directory: ext -> extension

This commit is contained in:
hensm
2023-02-26 18:21:59 +00:00
parent 33bcbc0dca
commit a9406fde11
119 changed files with 40 additions and 42 deletions

View File

@@ -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];