1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00

Commented ffmpeg import

This commit is contained in:
Feenix 2023-04-21 00:11:22 +05:30
parent bf20770606
commit c94ca01a42

View File

@ -7,7 +7,7 @@ import {
// Native // Native
import { autoUpdater } from "electron-updater"; import { autoUpdater } from "electron-updater";
import getPlatform from "./getPlatform"; import getPlatform from "./getPlatform";
import ffmpeg from "upscayl-ffmpeg"; // import ffmpeg from "upscayl-ffmpeg";
import { join, parse } from "path"; import { join, parse } from "path";
import log from "electron-log"; import log from "electron-log";
import { format } from "url"; import { format } from "url";
@ -40,7 +40,6 @@ app.on("ready", async () => {
log.info("🚀 ICON PATH: ", join(__dirname, "build", "icon.png")); log.info("🚀 ICON PATH: ", join(__dirname, "build", "icon.png"));
log.info("🚀 UPSCAYL EXEC PATH: ", execPath("")); log.info("🚀 UPSCAYL EXEC PATH: ", execPath(""));
log.info("🚀 MODELS PATH: ", modelsPath); log.info("🚀 MODELS PATH: ", modelsPath);
log.info("🚀 FFMPEG PATH: ", ffmpeg.path);
mainWindow = new BrowserWindow({ mainWindow = new BrowserWindow({
icon: join(__dirname, "build", "icon.png"), icon: join(__dirname, "build", "icon.png"),