From 55079a7c87419d30ee70630e0acf760a14b97616 Mon Sep 17 00:00:00 2001 From: Artsiom Trubchyk Date: Wed, 25 Sep 2024 19:49:56 +0300 Subject: [PATCH] Update gulpfile.js to apply user settings file --- playable_ad/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playable_ad/gulpfile.js b/playable_ad/gulpfile.js index 81dbb01..6a888cd 100644 --- a/playable_ad/gulpfile.js +++ b/playable_ad/gulpfile.js @@ -250,7 +250,7 @@ function buildGame(cb) { "--texture-compression", options["texture-compression"], "--settings", playableAdDir + "/" + buildSettingsPath, ], - (options.settings ? [options.settings] : []), + (options.settings ? ["--settings", options.settings] : []), [ "--bundle-output", playableAdDir + "/" + bundleJsWebPath, "--platform", "js-web",