mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +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,
|
||||
appIcon,
|
||||
getServerUrl,
|
||||
} = require('./external.js');
|
||||
} = require('./externals.js');
|
||||
|
||||
if (!isProduction) {
|
||||
console.log(`Electron running in ${env} environment`);
|
||||
|
||||
@@ -13,7 +13,7 @@ const {
|
||||
stylesPath,
|
||||
externalPath,
|
||||
downloadPath,
|
||||
} = require('../external');
|
||||
} = require('../externals.js');
|
||||
|
||||
/**
|
||||
* Creates the application menu
|
||||
|
||||
Reference in New Issue
Block a user