diff --git a/apps/circuit-compiler/src/app/app.tsx b/apps/circuit-compiler/src/app/app.tsx index 674e7bbceb5..73ded495a3b 100644 --- a/apps/circuit-compiler/src/app/app.tsx +++ b/apps/circuit-compiler/src/app/app.tsx @@ -7,7 +7,6 @@ import {CircuitAppContext} from './contexts' import {appInitialState, appReducer} from './reducers/state' import {CircomPluginClient} from './services/circomPluginClient' import { compileCircuit } from './actions' -import { version } from 'os' const plugin = new CircomPluginClient() diff --git a/apps/remixdesktop/package.json b/apps/remixdesktop/package.json index fcb14c6ba0e..edbeb7e2631 100644 --- a/apps/remixdesktop/package.json +++ b/apps/remixdesktop/package.json @@ -21,45 +21,8 @@ }, "homepage": "https://github.com/ethereum/remix-project#readme", "appId": "org.ethereum.remixdesktop", - "build": { - "files": [ - "build/**/*" - ], - "mac": { - "category": "public.app-category.productivity", - "icon": "assets/icon.png", - "darkModeSupport": true, - "hardenedRuntime": true, - "gatekeeperAssess": false, - "entitlements": "entitlements.mac.plist", - "entitlementsInherit": "entitlements.mac.plist", - "extraResources": [ - { - "from": "bin/circom-macos-amd64", - "to": "bin/circom-macos-amd64" - } - ] - }, - "win": { - "target": [ - "nsis" - ], - "artifactName": "Remix-Desktop-Setup-${version}.${ext}", - "icon": "assets/icon.png", - "extraResources": [ - { - "from": "bin/rustup-init.exe", - "to": "bin/rustup-init.exe" - } - ] - }, - "nsis": { - "createDesktopShortcut": "always", - "allowToChangeInstallationDirectory": true, - "oneClick": false, - "shortcutName": "Remix Desktop Windows", - "differentialPackage": false - } + "mac": { + "category": "public.app-category.productivity" }, "scripts": { "start:dev": "yarn webpack --config webpack.config.js && electron --inspect=5858 .",