|
|
|
@ -41,7 +41,7 @@
|
|
|
|
"artifactName": "${productName}.${ext}",
|
|
|
|
"artifactName": "${productName}.${ext}",
|
|
|
|
"files": [
|
|
|
|
"files": [
|
|
|
|
"./resources/**/*",
|
|
|
|
"./resources/**/*",
|
|
|
|
"*.js",
|
|
|
|
"main.js",
|
|
|
|
"./html/**/*",
|
|
|
|
"./html/**/*",
|
|
|
|
"./resources/**/*",
|
|
|
|
"./resources/**/*",
|
|
|
|
"./public/**/*",
|
|
|
|
"./public/**/*",
|
|
|
|
@ -87,7 +87,8 @@
|
|
|
|
"category": "Utility"
|
|
|
|
"category": "Utility"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"win": {
|
|
|
|
"target": "nsis"
|
|
|
|
"target": "nsis",
|
|
|
|
|
|
|
|
"artifactName": "${productName}_Win.${ext}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"nsis": {
|
|
|
|
"nsis": {
|
|
|
|
"allowToChangeInstallationDirectory": true,
|
|
|
|
"allowToChangeInstallationDirectory": true,
|
|
|
|
|