Version 0.2.4.
This commit is contained in:
parent
f43dee71ec
commit
587f049e08
|
@ -13,7 +13,7 @@ import webExtension from 'vite-plugin-web-extension';
|
||||||
const currentDir = path.dirname(url.fileURLToPath(import.meta.url));
|
const currentDir = path.dirname(url.fileURLToPath(import.meta.url));
|
||||||
const sourceDir = path.join(currentDir, 'source');
|
const sourceDir = path.join(currentDir, 'source');
|
||||||
|
|
||||||
const queueVersion = '0.2.3';
|
const queueVersion = '0.2.4';
|
||||||
|
|
||||||
const targetBrowser = process.env.VITE_BROWSER ?? 'firefox';
|
const targetBrowser = process.env.VITE_BROWSER ?? 'firefox';
|
||||||
process.env.VITE_BROWSER = targetBrowser;
|
process.env.VITE_BROWSER = targetBrowser;
|
||||||
|
|
Loading…
Reference in New Issue