|
|
|
@ -5,8 +5,6 @@ const os = require("os");
|
|
|
|
const ffmpeg = require("ffmpeg-static");
|
|
|
|
const ffmpeg = require("ffmpeg-static");
|
|
|
|
const path = require("path");
|
|
|
|
const path = require("path");
|
|
|
|
const { shell, ipcRenderer, clipboard } = require("electron");
|
|
|
|
const { shell, ipcRenderer, clipboard } = require("electron");
|
|
|
|
const { get } = require("http");
|
|
|
|
|
|
|
|
const { exit } = require("process");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Directories
|
|
|
|
// Directories
|
|
|
|
const homedir = os.homedir();
|
|
|
|
const homedir = os.homedir();
|
|
|
|
|