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