mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
49 lines
908 B
JSON
49 lines
908 B
JSON
{
|
|
"appId": "com.alger.music",
|
|
"productName": "AlgerMusic",
|
|
"artifactName": "${productName}_${version}_${arch}.${ext}",
|
|
"directories": {
|
|
"output": "dist_electron/mac"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"package.json",
|
|
"app.js",
|
|
"electron/**/*",
|
|
"**/*",
|
|
"public/**/*",
|
|
"node_modules/**/*"
|
|
],
|
|
"mac": {
|
|
"icon": "public/icon.icns",
|
|
"target": [
|
|
{
|
|
"target": "dmg",
|
|
"arch": ["x64", "arm64"]
|
|
}
|
|
],
|
|
"category": "public.app-category.music",
|
|
"darkModeSupport": true
|
|
},
|
|
"dmg": {
|
|
"title": "${productName} ${version}",
|
|
"icon": "public/icon.icns",
|
|
"contents": [
|
|
{
|
|
"x": 410,
|
|
"y": 150,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
},
|
|
{
|
|
"x": 130,
|
|
"y": 150,
|
|
"type": "file"
|
|
}
|
|
],
|
|
"window": {
|
|
"width": 540,
|
|
"height": 380
|
|
}
|
|
}
|
|
} |