2024-09-17 18:33:24 +00:00
|
|
|
{
|
|
|
|
"asar": true,
|
|
|
|
"directories": {
|
|
|
|
"output": "release/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"**/*",
|
|
|
|
"!**/*.ts",
|
|
|
|
"!*.map",
|
|
|
|
"!package.json",
|
|
|
|
"!package-lock.json",
|
|
|
|
{
|
|
|
|
"from": "../dist",
|
|
|
|
"filter": ["**/*"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"win": {
|
|
|
|
"icon": "dist/assets/icons",
|
|
|
|
"target": [
|
2024-11-02 09:52:00 +00:00
|
|
|
"msi",
|
2024-09-17 18:33:24 +00:00
|
|
|
"portable"
|
|
|
|
]
|
|
|
|
},
|
2024-11-02 09:52:00 +00:00
|
|
|
"msi": {
|
|
|
|
"artifactName": "${productName}-${version}-setup.${ext}",
|
2024-11-02 12:21:59 +00:00
|
|
|
"createDesktopShortcut": "always",
|
|
|
|
"shortcutName": "Monero Daemon",
|
|
|
|
"perMachine": true
|
2024-11-02 09:52:00 +00:00
|
|
|
},
|
2024-09-17 18:33:24 +00:00
|
|
|
"portable": {
|
2024-11-02 09:52:00 +00:00
|
|
|
"artifactName": "${productName}-${version}-portable.${ext}"
|
2024-09-17 18:33:24 +00:00
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"icon": "dist/assets/icons",
|
|
|
|
"target": [
|
2024-11-02 12:21:59 +00:00
|
|
|
"dmg", "pkg"
|
2024-09-17 18:33:24 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"icon": "dist/assets/icons",
|
|
|
|
"target": [
|
2024-10-22 17:06:07 +00:00
|
|
|
"AppImage"
|
2024-10-19 15:17:14 +00:00
|
|
|
],
|
2024-10-21 14:47:14 +00:00
|
|
|
"category": "Network"
|
2024-09-17 18:33:24 +00:00
|
|
|
}
|
|
|
|
}
|