init
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"appId": "com.localminidrama.desktop",
|
||||
"productName": "LocalMiniDrama",
|
||||
"directories": {
|
||||
"output": "release"
|
||||
},
|
||||
"files": [
|
||||
"main.js",
|
||||
"package.json",
|
||||
"backend-app/**/*",
|
||||
"node_modules/**/*"
|
||||
],
|
||||
"asarUnpack": [
|
||||
"node_modules/better-sqlite3/**",
|
||||
"node_modules/sharp/**",
|
||||
"backend-app/tools/**"
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "frontweb-dist",
|
||||
"to": "frontweb/dist",
|
||||
"filter": ["**/*"]
|
||||
},
|
||||
{
|
||||
"from": "../backend-node/tools/ffmpeg",
|
||||
"to": "ffmpeg",
|
||||
"filter": ["**/*"]
|
||||
}
|
||||
],
|
||||
"win": {
|
||||
"target": ["nsis", "portable"],
|
||||
"icon": null,
|
||||
"signAndEditExecutable": false,
|
||||
"artifactName": "${productName}-Lite-${version}.${ext}"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName}-Lite-Setup-${version}.${ext}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user