1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02: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
import { autoUpdater } from "electron-updater";
import getPlatform from "./getPlatform";
import ffmpeg from "upscayl-ffmpeg";
// import ffmpeg from "upscayl-ffmpeg";
import { join, parse } from "path";
import log from "electron-log";
import { format } from "url";
@ -40,7 +40,6 @@ app.on("ready", async () => {
log.info("🚀 ICON PATH: ", join(__dirname, "build", "icon.png"));
log.info("🚀 UPSCAYL EXEC PATH: ", execPath(""));
log.info("🚀 MODELS PATH: ", modelsPath);
log.info("🚀 FFMPEG PATH: ", ffmpeg.path);
mainWindow = new BrowserWindow({
icon: join(__dirname, "build", "icon.png"),