From d22738db4c672f3b488731adfd699289c074c48a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 9 Sep 2019 15:34:30 -0400 Subject: [PATCH] OS uppdercase --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 176897fadac..8834f02e6ff 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -171,7 +171,7 @@ function edgeCopyAssets(source, dest) { function distSafari(cb) { const buildPath = paths.dist + 'Safari/'; const builtAppexPath = buildPath + 'build/Release/safari.appex'; - const builtSafariExecutablePath = builtAppexPath + '/Contents/MacOs/safari'; + const builtSafariExecutablePath = builtAppexPath + '/Contents/MacOS/safari'; const entitlementsPath = paths.safari + 'safari/safari.entitlements'; const devId = 'Developer ID Application: 8bit Solutions LLC';