Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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