Skip to content

Commit

Permalink
Merge branch 'master' into androidDefaultLang
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored Apr 30, 2024
2 parents 693afb4 + 760ca45 commit 4295123
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cli/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exports.config = function config(logger, config, cli) {
if (fs.existsSync(path.join(projectDir, 'tiapp.xml'))) {
let tiapp;
try {
tiapp = cli.tiapp = new tiappxml(path.join(projectDir, 'tiapp.xml'));
tiapp = cli.tiapp = new tiappxml(path.join(projectDir, 'tiapp.xml'), cli.argv.platform);
} catch (ex) {
logger.error(ex);
logger.log();
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"markdown": "0.5.0",
"moment": "2.29.4",
"node-appc": "1.1.6",
"node-titanium-sdk": "5.1.9",
"node-titanium-sdk": "6.0.0",
"node-uuid": "1.4.8",
"nodeify": "1.0.1",
"p-limit": "3.1.0",
Expand Down

0 comments on commit 4295123

Please sign in to comment.