Skip to content

Commit

Permalink
chore: package
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Jul 23, 2023
1 parent f01838f commit 920f5d1
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,32 @@
"directories": {
"buildResources": "resources",
"output": "../dev"
},
"mac": {
"target": [
"dmg"
]
},
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": [
"deb"
],
"category": "Development",
"maintainer": "ExpTechTW"
}
},
"devDependencies": {
Expand All @@ -48,4 +74,4 @@
"unzipper": "^0.10.14",
"ws": "^8.13.0"
}
}
}

0 comments on commit 920f5d1

Please sign in to comment.