diff --git a/src/main.ts b/src/main.ts index 1d8a3d3..c30827c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -144,7 +144,7 @@ app.whenReady().then(() => { }; }; - /* Reduce size of a file */ + /** Reduce size of a file */ const reduceSize = async ( file: string, bitrate: number, diff --git a/src/scripts/renderer.ts b/src/scripts/renderer.ts index 63e6e33..62efad6 100644 --- a/src/scripts/renderer.ts +++ b/src/scripts/renderer.ts @@ -144,4 +144,5 @@ const main = async () => { ); await internals.exit(); }; + main();