You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.8 KiB
75 lines
1.8 KiB
{
|
|
"appId": "net.mayswind.ariang",
|
|
"productName": "AriaNg Native",
|
|
"copyright": "Copyright (c) 2017-2022 MaysWind (i@mayswind.net)",
|
|
"artifactName": "AriaNg_Native-${version}-Windows-x86.${ext}",
|
|
"files": [
|
|
"!build.json",
|
|
"!node_modules",
|
|
{
|
|
"from": "dist",
|
|
"to": "",
|
|
"filter": [
|
|
"build.json"
|
|
]
|
|
},
|
|
{
|
|
"from": "dist/node_modules",
|
|
"to": "node_modules",
|
|
"filter": [
|
|
"**/*.js",
|
|
"**/*.cjs",
|
|
"**/*.json",
|
|
"**/*.css",
|
|
"**/*.woff",
|
|
"**/*.woff2",
|
|
"**/*.svg",
|
|
"**/*.eot",
|
|
"**/*.ttf"
|
|
]
|
|
},
|
|
"app/**",
|
|
"assets/**",
|
|
"main/**",
|
|
"package.json"
|
|
],
|
|
"win": {
|
|
"icon": "assets/AriaNg.ico",
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"ia32"
|
|
]
|
|
},
|
|
{
|
|
"target": "7z",
|
|
"arch": [
|
|
"ia32"
|
|
]
|
|
}
|
|
],
|
|
"fileAssociations": [
|
|
{
|
|
"ext": [
|
|
"torrent"
|
|
],
|
|
"description": "Bittorrent File",
|
|
"icon": "assets/AriaNg_Torrent.ico"
|
|
},
|
|
{
|
|
"ext": [
|
|
"metalink",
|
|
"meta4"
|
|
],
|
|
"description": "Metadata File",
|
|
"icon": "assets/AriaNg_Metalink.ico"
|
|
}
|
|
]
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": true,
|
|
"allowToChangeInstallationDirectory": true
|
|
}
|
|
}
|