mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-22 17:02:01 +00:00
Increment version + eslint
This commit is contained in:
parent
08cbe31fc7
commit
7fe6f61614
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ export { mainWindow };
|
||||||
|
|
||||||
const icon = path.join(__dirname, 'images', `Logo_Inverted.${isWindows ? 'ico' : 'png'}`);
|
const icon = path.join(__dirname, 'images', `Logo_Inverted.${isWindows ? 'ico' : 'png'}`);
|
||||||
|
|
||||||
// eslint-disable-next-line no-global-assign
|
// eslint-disable-next-line no-global-assign
|
||||||
console = (() => {
|
console = (() => {
|
||||||
const logFolder = path.join(getDataDirectory(), 'logs');
|
const logFolder = path.join(getDataDirectory(), 'logs');
|
||||||
if (!fs.existsSync(logFolder))
|
if (!fs.existsSync(logFolder))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "multi-downloader-nx",
|
"name": "multi-downloader-nx",
|
||||||
"short_name": "aniDL",
|
"short_name": "aniDL",
|
||||||
"version": "3.3.6",
|
"version": "3.3.7",
|
||||||
"description": "Download videos from Funimation or Crunchyroll via cli",
|
"description": "Download videos from Funimation or Crunchyroll via cli",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"download",
|
"download",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue