Skip to content

Commit

Permalink
chore: consistent naming in externals
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Oct 13, 2024
1 parent 2ff7019 commit 9965d3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/electron/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const {
trayIcon,
appIcon,
getServerUrl,
} = require('./external.js');
} = require('./externals.js');

if (!isProduction) {
console.log(`Electron running in ${env} environment`);
Expand Down
2 changes: 1 addition & 1 deletion apps/electron/src/menu/applicationMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const {
stylesPath,
externalPath,
downloadPath,
} = require('../external');
} = require('../externals.js');

/**
* Creates the application menu
Expand Down

0 comments on commit 9965d3f

Please sign in to comment.