Skip to content

Commit

Permalink
[feat/#123] package.json에 productDescription 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Nov 17, 2024
1 parent 173c4e2 commit e2da907
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@
"name": "AlignLab",
"authors": "AlignLab Inc.",
"exe": "AlignLab.exe",
"setupExe": "AlignLabInstaller.exe"
"setupExe": "AlignLabInstaller.exe",
"productDescription": "AlignLab의 Windows 설치 파일입니다."
}
},
{
"name": "@electron-forge/maker-dmg",
"config": {
"name": "AlignLab",
"overwrite": true,
"format": "ULFO"
"format": "ULFO",
"productDescription": "AlignLab의 Mac 설치 파일입니다."
}
},
{
Expand Down

0 comments on commit e2da907

Please sign in to comment.