32 lines
625 B
JSON
32 lines
625 B
JSON
{
|
|
"appId": "org.nasarek.marvin",
|
|
"win": {
|
|
"target": "NSIS",
|
|
"icon": "marvin256x256.ico"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"installerIcon": "marvin256x256.ico",
|
|
"uninstallerIcon": "marvin256x256.ico",
|
|
"allowToChangeInstallationDirectory": true
|
|
},
|
|
"linux": {
|
|
"target": "deb",
|
|
"category": "Utility",
|
|
"icon": "marvin256x256.png"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"**/*",
|
|
"./dist/bundle.css",
|
|
"./dist/index.html",
|
|
"./dist/main.js",
|
|
"./dist/main.js.LICENSE.txt",
|
|
"node_modules"
|
|
],
|
|
"extraResources": [{
|
|
"from": "resources/files",
|
|
"to": "files"
|
|
}
|
|
]
|
|
}
|