Skip to content

Commit eb07c9b

Browse files
committed
Fix start.bat to use minimized window instead of hidden
Hidden window prevented the server from opening the browser. Minimized keeps the console in the taskbar and lets openBrowser work correctly.
1 parent 25ca58f commit eb07c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
powershell -WindowStyle Hidden -Command "Start-Process -FilePath '%~dp0gitdock.exe' -WindowStyle Hidden -WorkingDirectory '%~dp0'"
2+
start "" /min "%~dp0gitdock.exe"

0 commit comments

Comments
 (0)