diff --git a/app/bin/build.js b/app/bin/build.js index 7298b66..653d51b 100644 --- a/app/bin/build.js +++ b/app/bin/build.js @@ -195,7 +195,7 @@ async function build () { // Build NativeMacReceiverSelector if (isBuildingForMacOnMac) { - const sourceFiles = glob.sync("*.swift", { + const sourceFiles = glob.sync("**/*.swift", { cwd: path.join(__dirname, "../NativeMacReceiverSelector") , absolute: true });