Rename ReceiverSelectorManager -> ReceiverSelector

This commit is contained in:
hensm
2019-06-13 20:11:47 +01:00
parent 04893eabc3
commit 3d6c1e8891
11 changed files with 79 additions and 79 deletions

View File

@@ -20,8 +20,8 @@ module.exports = (env) => ({
, "ui/updater/bundle": `${env.includePath}/ui/updater/index.tsx`
// Sender apps
, "mediaCast": `${env.includePath}/mediaCast.js`
, "mirroringCast": `${env.includePath}/mirroringCast.js`
, "senders/mediaCast": `${env.includePath}/senders/mediaCast.js`
, "senders/mirroringCast": `${env.includePath}/senders/mirroringCast.js`
// Shim entries
, "shim/bundle": `${env.includePath}/shim/index.ts`