update desktop

pull/4837/head
filip mertens 7 months ago
parent 48b7358b20
commit 5f5588ad55
  1. 4
      apps/remix-ide/ci/update_desktop_release_assets.ts
  2. 2
      apps/remixdesktop/package.json

@ -4,14 +4,14 @@ import * as path from 'path'
import YAML from 'yaml'
import crypto from 'crypto'
const owner = 'ethereum'
const owner = 'remix-project-org'
const repo = 'remix-desktop'
const headers = {
'X-GitHub-Api-Version': '2022-11-28',
}
const octokit = new Octokit({
auth: process.env.GH_TOKEN,
auth: process.env.GH_TOKEN_DESKTOP_PUBLISH,
})
async function getAllReleases() {

@ -1,6 +1,6 @@
{
"name": "remixdesktop",
"version": "2.0.0-Alpha",
"version": "1.0.0-Alpha",
"main": "build/main.js",
"license": "MIT",
"type": "commonjs",

Loading…
Cancel
Save