Skip to content

Commit

Permalink
启动参数强行套一个引号
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Apr 25, 2024
1 parent 902522a commit f774495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/launchGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class GameLauncher {
args.push('subtype@editor_game');
args.push('release@true');
args.push('editor_map_path@' + projectUri.fsPath);
args.push('lua_dummy@sp ce');
if (luaArgs) {
for (let key in luaArgs) {
args.push(key + "@" + luaArgs[key].toString());
Expand Down

0 comments on commit f774495

Please sign in to comment.