Remove unused code

pull/5228/head
ioedeveloper 4 months ago committed by bunsenstraat
parent 284fa43deb
commit 4b11e9eb99
  1. 1
      apps/circuit-compiler/src/app/app.tsx
  2. 41
      apps/remixdesktop/package.json

@ -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()

@ -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 .",

Loading…
Cancel
Save