diff --git a/src/main/common/registerySystemPlugin.ts b/src/main/common/registerSystemPlugin.ts similarity index 100% rename from src/main/common/registerySystemPlugin.ts rename to src/main/common/registerSystemPlugin.ts diff --git a/src/main/index.ts b/src/main/index.ts index 4e300c0..4784c93 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -21,7 +21,7 @@ import { import '../common/utils/localPlugin'; -import registerySystemPlugin from './common/registerySystemPlugin'; +import registerSystemPlugin from './common/registerSystemPlugin'; class App { public windowCreator: { init: () => void; getWindow: () => BrowserWindow }; @@ -36,7 +36,7 @@ class App { if (!gotTheLock) { app.quit(); } else { - this.systemPlugins = registerySystemPlugin(); + this.systemPlugins = registerSystemPlugin(); this.beforeReady(); this.onReady(); this.onRunning();