From 09d317c0a9d6a08a94c270d06c344d55f5270b71 Mon Sep 17 00:00:00 2001 From: hensm Date: Wed, 15 May 2019 14:00:26 +0100 Subject: [PATCH] Fix native macOS receiver selector build --- app/bin/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });