Skip to content

Commit

Permalink
:electron: Remove unneded files (#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch authored Jul 9, 2024
1 parent ec3475d commit 9f72b43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 65 deletions.
2 changes: 0 additions & 2 deletions packages/desktop-electron/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import {
listen as listenToWindowState,
} from './window-state';

import './setRequireHook';

import './security';

Module.globalPaths.push(__dirname + '/..');
Expand Down
2 changes: 0 additions & 2 deletions packages/desktop-electron/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import Module from 'module';
// @ts-strict-ignore
import fetch from 'node-fetch';

import './setRequireHook';

Module.globalPaths.push(__dirname + '/..');
global.fetch = fetch;

Expand Down
3 changes: 0 additions & 3 deletions packages/desktop-electron/setRequireHook.js

This file was deleted.

58 changes: 0 additions & 58 deletions packages/desktop-electron/signWindowsHook.js

This file was deleted.

6 changes: 6 additions & 0 deletions upcoming-release-notes/3014.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MikesGlitch]
---

Remove unused files from Electron app

0 comments on commit 9f72b43

Please sign in to comment.