From 4f9a859da591ab5f2a3d0eb7c8f5fb93f4c7cb74 Mon Sep 17 00:00:00 2001 From: "lkh14011424@gmail.com" Date: Sun, 17 Nov 2024 23:34:43 +0900 Subject: [PATCH] =?UTF-8?q?[feat/#123]=20exe=ED=8C=8C=EC=9D=BC=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=EC=9D=84=20=EC=9C=84=ED=95=9C=20package.json=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d231830..7b524fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "forge": { "packagerConfig": { "name": "AlignLab", - "outDir": "out/" + "outDir": "out/", + "executableName": "alignlab" }, "rebuildConfig": {}, "makers": [ @@ -21,8 +22,7 @@ "name": "AlignLab", "authors": "AlignLab Inc.", "exe": "AlignLab.exe", - "setupExe": "AlignLabInstaller.exe", - "productDescription": "AlignLab의 Windows 설치 파일입니다." + "setupExe": "AlignLabInstaller.exe" } }, { @@ -30,8 +30,7 @@ "config": { "name": "AlignLab", "overwrite": true, - "format": "ULFO", - "productDescription": "AlignLab의 Mac 설치 파일입니다." + "format": "ULFO" } }, { @@ -40,11 +39,16 @@ }, { "name": "@electron-forge/maker-deb", - "config": {} + "config": { + "name": "alignlab", + "productDescription": "AlignLab의 데스크톱 애플리케이션" + } }, { "name": "@electron-forge/maker-rpm", - "config": {} + "config": { + "name": "alignlab" + } } ] }