Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed Nov 3, 2021
1 parent 421d9ff commit 76dd585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-rpc",
"version": "3.0.0",
"version": "3.0.1",
"description": "A easy discord rpc",
"main": "./dist/index.js",
"workspaces": [
Expand Down Expand Up @@ -89,4 +89,4 @@
"./public/**/*"
],
"packageManager": "yarn@3.1.0"
}
}
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ export async function createWindow() {
IPCListeners.setWindow(mainWindow);


// const homepage = path.join(__dirname, "../public/index.html");
// await mainWindow.loadFile(homepage);
const homepage = path.join(__dirname, "../public/index.html");
await mainWindow.loadFile(homepage);

await mainWindow.loadURL("http://localhost:8080");
// await mainWindow.loadURL("http://localhost:8080");
menu = Menu.buildFromTemplate(MENU_TEMPLATE);
Menu.setApplicationMenu(menu);
const handleLinks = (event: any, url: string) => {
Expand Down

0 comments on commit 76dd585

Please sign in to comment.