Skip to content

Commit

Permalink
Update gulpfile.js to apply user settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman authored Sep 25, 2024
1 parent 8d2e948 commit 55079a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playable_ad/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 55079a7

Please sign in to comment.