Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Nov 12, 2023
1 parent f2e15e5 commit de4b892
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ export const window = {
export const api = {
ws: 'ws://212.109.221.239:1370/ws',
web: 'http://212.109.221.239:1370',
update: 'http://212.109.221.239:1371',
// extraToken: token,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurora-launcher-app",
"version": "0.0.4-beta3",
"version": "0.0.4-beta",
"description": "Launcher for Minecraft",
"main": "build/main/index.js",
"private": true,
Expand Down
6 changes: 1 addition & 5 deletions src/main/core/LauncherWindow.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'path';

import { window as windowConfig, api as apiConfig } from '@config';
import { window as windowConfig } from '@config';
import { BrowserWindow, app, ipcMain } from 'electron';
import installExtension, {
REACT_DEVELOPER_TOOLS,
Expand All @@ -21,10 +21,6 @@ export class LauncherWindow {
* Launcher initialization
*/
createWindow() {
// autoUpdater.setFeedURL({
// provider: 'generic',
// url: apiConfig.update,
// });
autoUpdater.checkForUpdatesAndNotify();
// This method will be called when Electron has finished
// initialization and is ready to create browser windows.
Expand Down

0 comments on commit de4b892

Please sign in to comment.