Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper committed Sep 26, 2024
1 parent a8caf56 commit 694c5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
1 change: 0 additions & 1 deletion apps/circuit-compiler/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
41 changes: 2 additions & 39 deletions apps/remixdesktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit 694c5fd

Please sign in to comment.