Skip to content

Commit

Permalink
Merge pull request #125 from DDD-Community/feat/#123
Browse files Browse the repository at this point in the history
[feat/#123] package.json에 productDescription 추가
  • Loading branch information
lkhoony authored Nov 17, 2024
2 parents a654be1 + e2da907 commit 25c985b
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 25c985b

Please sign in to comment.