minor
This commit is contained in:
parent
27e2691804
commit
fd3f9e25ea
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
## Canary
|
## Canary
|
||||||
* 'Non-binary' kink is now respected in gender matching (credit: [@FatCatClient](https://github.com/FatCatClient))
|
* 'Non-binary' kink is now respected in gender matching (credit: [@FatCatClient](https://github.com/FatCatClient))
|
||||||
* OpenMoji is now treated as a fallback font (credit: [@FatCatClient](https://github.com/FatCatClient))
|
* OpenMoji is now treated as a fallback font (credit: [@FatCatClient](https://github.com/FatCatClient))
|
||||||
*
|
* Added two new UI themes: 'Dracula', and 'Dark Dimmed' (credit: [@FatCatClient](https://github.com/FatCatClient))
|
||||||
|
|
||||||
* Add high-quality portraits to Profile Helper
|
* Add high-quality portraits to Profile Helper
|
||||||
* FBot should always be a UNICORN match
|
* FBot should always be a UNICORN match
|
||||||
|
|
|
@ -125,12 +125,12 @@ const mainConfig = {
|
||||||
context: path.resolve(__dirname, '..', 'chat', 'preview', 'assets')
|
context: path.resolve(__dirname, '..', 'chat', 'preview', 'assets')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist', 'preload.cjs.js').replace(/\\/g, '/'),
|
from: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist', 'cjs', 'preload.cjs').replace(/\\/g, '/'),
|
||||||
to: path.join('preview', 'assets', 'adblocker'),
|
to: path.join('preview', 'assets', 'adblocker'),
|
||||||
context: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist')
|
context: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist', 'preload.es6.js').replace(/\\/g, '/'),
|
from: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist', 'src', 'preload.js').replace(/\\/g, '/'),
|
||||||
to: path.join('preview', 'assets', 'adblocker'),
|
to: path.join('preview', 'assets', 'adblocker'),
|
||||||
context: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist')
|
context: path.resolve(__dirname, '..', 'node_modules', '@cliqz', 'adblocker-electron-preload', 'dist')
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue