47 lines
934 B
JSON
47 lines
934 B
JSON
{
|
|
"appId": "com.localminidrama.desktop",
|
|
"productName": "LocalMiniDrama",
|
|
"directories": {
|
|
"output": "release"
|
|
},
|
|
"files": [
|
|
"main.js",
|
|
"package.json",
|
|
"backend-app/**/*",
|
|
"node_modules/**/*"
|
|
],
|
|
"asarUnpack": [
|
|
"node_modules/better-sqlite3/**",
|
|
"backend-app/tools/**"
|
|
],
|
|
"extraResources": [
|
|
{
|
|
"from": "frontweb-dist",
|
|
"to": "frontweb/dist",
|
|
"filter": ["**/*"]
|
|
},
|
|
{
|
|
"from": "../example_drama",
|
|
"to": "example_drama",
|
|
"filter": ["**/*"]
|
|
},
|
|
{
|
|
"from": "ffmpeg-mac",
|
|
"to": "ffmpeg",
|
|
"filter": ["**/*"]
|
|
}
|
|
],
|
|
"mac": {
|
|
"target": [
|
|
{ "target": "dmg", "arch": ["x64", "arm64"] }
|
|
],
|
|
"category": "public.app-category.entertainment",
|
|
"icon": null,
|
|
"identity": null
|
|
},
|
|
"dmg": {
|
|
"title": "${productName} ${version}",
|
|
"artifactName": "${productName}-${version}-mac-${arch}.dmg"
|
|
}
|
|
}
|