Skip to content

Commit ca384a5

Browse files
author
zhangbin
committed
Solve the error when using --tizen-profile arguments in cocos compile/run -p tizen.
1 parent 087f651 commit ca384a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin_compile/project_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ def build_tizen(self):
15691569

15701570
# config the profile path
15711571
if self.tizen_profile is not None:
1572-
config_cmd = "%s cli-config -g default.profiles.path=\"%s\"" % (tizen_cmd_path, self.tizen_profile)
1572+
config_cmd = "%s cli-config -g \"default.profiles.path=%s\"" % (tizen_cmd_path, self.tizen_profile)
15731573
self._run_cmd(config_cmd)
15741574

15751575
# invoke tizen package

0 commit comments

Comments
 (0)