OpenCut/apps/desktop/electron-builder.json

31 lines
508 B
JSON

{
"appId": "com.opencut.app",
"productName": "OpenCut",
"directories": {
"output": "dist"
},
"files": [
"main.js",
"package.json",
{
"from": "../web/out",
"to": "web",
"filter": ["**/*"]
}
],
"asar": false,
"mac": {
"category": "public.app-category.video",
"target": "dmg"
},
"win": {
"target": "nsis"
},
"linux": {
"target": "AppImage"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
}