File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
39
39
cancelled : 'Cancelled' ,
40
40
operationSuccess : 'Operation successful' ,
41
41
failedToParseUpdateJson : 'Failed to parse file `update.json`. Try to remove it manually.' ,
42
- ppkPackageGenerated : 'ppk package generated and saved to: {{output}}' ,
42
+ ppkPackageGenerated : 'ppk package generated and saved to: {{- output}}' ,
43
43
} ;
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ export default {
37
37
cancelled : '已取消' ,
38
38
operationSuccess : '操作成功' ,
39
39
failedToParseUpdateJson : '无法解析文件 `update.json`。请手动删除它。' ,
40
- ppkPackageGenerated : 'ppk 热更包已生成并保存到: {{output}}' ,
40
+ ppkPackageGenerated : 'ppk 热更包已生成并保存到: {{- output}}' ,
41
41
} ;
You can’t perform that action at this time.
0 commit comments