|
|
@ -34,23 +34,59 @@ |
|
|
|
"node-pty": "^0.10.1" |
|
|
|
"node-pty": "^0.10.1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"build": { |
|
|
|
"build": { |
|
|
|
"productName": "REMIX IDE", |
|
|
|
"productName": "Remix IDE", |
|
|
|
"icon": "assets/icon.png", |
|
|
|
"appId": "org.ethereum.remix-ide", |
|
|
|
|
|
|
|
"asar": true, |
|
|
|
|
|
|
|
"files": [ |
|
|
|
|
|
|
|
"build/**/*" |
|
|
|
|
|
|
|
], |
|
|
|
"mac": { |
|
|
|
"mac": { |
|
|
|
"target": { |
|
|
|
"category": "public.app-category.productivity", |
|
|
|
"target": "default", |
|
|
|
"target": [ |
|
|
|
"arch": [ |
|
|
|
{ |
|
|
|
"universal" |
|
|
|
"target": "zip", |
|
|
|
] |
|
|
|
"arch": [ |
|
|
|
}, |
|
|
|
"x64", |
|
|
|
"category": "public.app-category.productivity" |
|
|
|
"arm64" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"target": "dmg", |
|
|
|
|
|
|
|
"arch": [ |
|
|
|
|
|
|
|
"x64", |
|
|
|
|
|
|
|
"arm64", |
|
|
|
|
|
|
|
"universal" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"darkModeSupport": true |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dmg": { |
|
|
|
|
|
|
|
"writeUpdateInfo": false |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"nsis": { |
|
|
|
|
|
|
|
"createDesktopShortcut": "always", |
|
|
|
|
|
|
|
"allowToChangeInstallationDirectory": true, |
|
|
|
|
|
|
|
"oneClick": false, |
|
|
|
|
|
|
|
"shortcutName": "Remix IDE", |
|
|
|
|
|
|
|
"differentialPackage": false |
|
|
|
}, |
|
|
|
}, |
|
|
|
"win": { |
|
|
|
"win": { |
|
|
|
"target": "nsis" |
|
|
|
"target": [ |
|
|
|
|
|
|
|
"zip", |
|
|
|
|
|
|
|
"nsis" |
|
|
|
|
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"extends": null, |
|
|
|
"linux": { |
|
|
|
"files": [ |
|
|
|
"target": [ |
|
|
|
"build/**/*" |
|
|
|
"deb", |
|
|
|
] |
|
|
|
"snap", |
|
|
|
|
|
|
|
"AppImage" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"category": "WebBrowser" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"directories": { |
|
|
|
|
|
|
|
"output": "release" |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |