chore: consistent naming in externals

This commit is contained in:
Carlos Valente
2024-10-13 13:54:38 +02:00
committed by Carlos Valente
parent 5950551da2
commit 24b0cfd24e
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const {
trayIcon, trayIcon,
appIcon, appIcon,
getServerUrl, getServerUrl,
} = require('./external.js'); } = require('./externals.js');
if (!isProduction) { if (!isProduction) {
console.log(`Electron running in ${env} environment`); console.log(`Electron running in ${env} environment`);
+1 -1
View File
@@ -13,7 +13,7 @@ const {
stylesPath, stylesPath,
externalPath, externalPath,
downloadPath, downloadPath,
} = require('../external'); } = require('../externals.js');
/** /**
* Creates the application menu * Creates the application menu