Skip to content

Commit 7e6d32a

Browse files
committed
Fixed a bug with the appearance of the console window when autostart with Windows
1 parent 9414ca8 commit 7e6d32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/startup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set "exe_path=%~1"
33
set "working_directory=%~dp1"
44
cd /d "%working_directory%"
5-
start /B "" "%exe_path%"
5+
start "" "%exe_path%"
66
exit

0 commit comments

Comments
 (0)