@ -4,7 +4,7 @@ import * as path from 'path'
import YAML from 'yaml'
import crypto from 'crypto'
const owner = 'bunsenstraat'
const owner = 'ethereum'
const repo = 'remix-desktop'
const headers = {
'X-GitHub-Api-Version': '2022-11-28',
@ -1,13 +1,13 @@
{
"name": "remixdesktop",
"version": "0.0.26-Alpha",
"version": "2.0.0-Alpha",
"main": "build/main.js",
"license": "MIT",
"type": "commonjs",
"description": "Remix IDE Desktop",
"repository": {
"type": "git",
"url": "git+https://github.com/bunsenstraat/remix-desktop.git"
"url": "git+https://github.com/ethereum/remix-desktop.git"
},
"author": {
"name": "Remix Team",
@ -93,7 +93,7 @@
"publish": [
"provider": "github",
"owner": "bunsenstraat",
"owner": "ethereum",
"repo": "remix-desktop",
"releaseType": "draft",
"publishAutoUpdate": true
@ -132,7 +132,7 @@ const menu = [...(process.platform === 'darwin' ? [darwinMenu(commandKeys, execC
WindowMenu(commandKeys, execCommand, []),
HelpMenu(commandKeys, execCommand),
]
if(!isE2E)
if(!isE2E || isE2ELocal)
Menu.setApplicationMenu(Menu.buildFromTemplate(menu))