mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Convert shim to Typescript (#32)
This commit is contained in:
@@ -20,8 +20,8 @@ const { __extensionName
|
||||
, __extensionVersion } = require("../ext/package.json");
|
||||
|
||||
const extensionArchivePath = path.join(
|
||||
path.join(__dirname, "../dist/ext/")
|
||||
, `${__extensionName}-${__extensionVersion}.xpi`);
|
||||
__dirname, "../dist/ext"
|
||||
, `${__extensionName}-${__extensionVersion}.xpi`)
|
||||
|
||||
if (!fs.existsSync(extensionArchivePath)) {
|
||||
console.error("Extension archive not found.");
|
||||
|
||||
Reference in New Issue
Block a user