From 391a8c59a5965eb2691a67f8bd39bb1fab90a4a6 Mon Sep 17 00:00:00 2001 From: jisangs Date: Fri, 15 May 2026 22:48:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=EB=B0=94=EC=97=90=20?= =?UTF-8?q?=EC=95=B1=20=EC=9D=B4=EB=A6=84=20=EC=B6=9C=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/index.js b/src/main/index.js index 86c83bd..0080d9d 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -2,6 +2,8 @@ const { app, BrowserWindow } = require('electron'); const path = require('path'); const { registerAll } = require('./ipc'); +app.setName('Photo Renamer'); + let mainWindow; function createWindow() {