mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 23:11:29 +03:00
Added splash screen
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// TODO: ignore this if not in electron
|
||||
const rootPath = require('electron-root-path').rootPath;
|
||||
process.chdir(rootPath);
|
||||
|
||||
const { uuid } = require('uuidv4');
|
||||
const fs = require('fs-extra');
|
||||
const { promisify } = require('util');
|
||||
|
||||
Reference in New Issue
Block a user