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 YAML from 'yaml'
import crypto from 'crypto' import crypto from 'crypto'
const owner = 'ethereum' const owner = 'bunsenstraat'
const repo = 'remix-desktop' const repo = 'remix-desktop'
const headers = { const headers = {
'X-GitHub-Api-Version': '2022-11-28', 'X-GitHub-Api-Version': '2022-11-28',

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

Loading…
Cancel
Save