Skip to content

Commit

Permalink
feat(launcher): set cmd window title
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Jun 20, 2021
1 parent 17f9e06 commit 3aca0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto_derby/launcher/launcher.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ if ($requireAdmin) {
# }

$command = @"
title auto-derby: $version
cd /d "$WorkspaceFolder"
set "DEBUG=$($env:DEBUG)"
set "AUTO_DERBY_LAST_SCREENSHOT_SAVE_PATH=$($env:AUTO_DERBY_LAST_SCREENSHOT_SAVE_PATH)"
Expand Down

0 comments on commit 3aca0af

Please sign in to comment.