bunsenstraat

pull/5370/head
bunsenstraat 8 months ago
parent c30c3faf9d
commit ea26819fd9
  1. 2
      apps/remix-ide/ci/update_desktop_release_assets.ts
  2. 6
      apps/remixdesktop/package.json

@ -4,7 +4,7 @@ import * as path from 'path'
import YAML from 'yaml'
import crypto from 'crypto'
const owner = 'ethereum'
const owner = 'bunsenstraat'
const repo = 'remix-desktop'
const headers = {
'X-GitHub-Api-Version': '2022-11-28',

@ -1,13 +1,13 @@
{
"name": "remixdesktop",
"version": "2.0.0-Alpha",
"version": "0.1.0-Alpha",
"main": "build/main.js",
"license": "MIT",
"type": "commonjs",
"description": "Remix IDE Desktop",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-desktop.git"
"url": "git+https://github.com/bunsenstraat/remix-desktop.git"
},
"author": {
"name": "Remix Team",
@ -93,7 +93,7 @@
"publish": [
{
"provider": "github",
"owner": "ethereum",
"owner": "bunsenstraat",
"repo": "remix-desktop",
"releaseType": "draft",
"publishAutoUpdate": true

Loading…
Cancel
Save