Skip to content

Commit 0bb8c2a

Browse files
committed
Add -novid to launch script
1 parent e5dcca5 commit 0bb8c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/launch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { getAddonName, getDotaPath } = require("./utils");
88

99
// You can add any arguments there
1010
// For example `+dota_launch_custom_game ${getAddonName()} dota` would automatically load "dota" map
11-
const args = ["-tools", "-addon", getAddonName()];
11+
const args = ["-novid", "-tools", "-addon", getAddonName()];
1212
spawn(path.join(win64, "dota2.exe"), args, { detached: true, cwd: win64 });
1313
})().catch(error => {
1414
console.error(error);

0 commit comments

Comments
 (0)