Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
live url
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Dec 3, 2021
1 parent 6dab13e commit 6789c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { AppManager, registerPackageProtocol } = require('electron-app-manager')
const cacheDir = path.join(os.homedir(), '.cache_remix_ide')
registerPackageProtocol(cacheDir)

const remixIdeUrl = 'https://remix-beta.ethereum.org/'
const remixIdeUrl = 'package://6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod'

async function warnLatestVersion (current) {
const res = await fetch('https://api.github.com/repos/ethereum/remix-desktop/releases/latest')
Expand Down Expand Up @@ -55,7 +55,7 @@ function createWindow () {
e.preventDefault();
shell.openExternal(url);
})
win.loadURL('https://remix-beta.ethereum.org/')
win.loadURL('package://github.com/ethereum/remix-project')

// Modify the user agent for all requests to the following urls.
const filter = {
Expand Down

0 comments on commit 6789c96

Please sign in to comment.