| 12345678910111213141516171819202122232425262728 |
- {
- "appId": "vip.raex.trading",
- "productName": "RAEX大智慧",
- "asar": true,
- "directories": {
- "output": "release"
- },
- "files": ["dist"],
- "mac": {
- "artifactName": "${productName}_${version}.${ext}",
- "target": ["dmg"]
- },
- "win": {
- "target": [
- {
- "target": "nsis",
- "arch": ["x64"]
- }
- ],
- "artifactName": "${productName}_${version}.${ext}"
- },
- "nsis": {
- "oneClick": false,
- "perMachine": false,
- "allowToChangeInstallationDirectory": true,
- "deleteAppDataOnUninstall": false
- }
- }
|