mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
chore: consistent naming in externals
This commit is contained in:
committed by
Carlos Valente
parent
5950551da2
commit
24b0cfd24e
@@ -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`);
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const {
|
|||||||
stylesPath,
|
stylesPath,
|
||||||
externalPath,
|
externalPath,
|
||||||
downloadPath,
|
downloadPath,
|
||||||
} = require('../external');
|
} = require('../externals.js');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the application menu
|
* Creates the application menu
|
||||||
|
|||||||
Reference in New Issue
Block a user