mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Fix test extension location
This commit is contained in:
@@ -83,7 +83,12 @@ if (argv.watch) {
|
||||
// Prevent auto-exit
|
||||
shouldExitProgram: false
|
||||
|
||||
}).then(() => {
|
||||
}).then(result => {
|
||||
const archiveName = path.basename(result.extensionPath);
|
||||
|
||||
fs.moveSync(path.join(DIST_PATH, archiveName)
|
||||
, path.join(DIST_PATH, archiveName.replace("zip", "xpi")));
|
||||
|
||||
// Only need the built extension archive
|
||||
fs.remove(UNPACKED_PATH);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user