Skip to content

Commit

Permalink
Tweak launcher batch file preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jan 8, 2025
1 parent 9ff95e9 commit 9cfd022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/launcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
rem # This batch file is a shortcut for launching the application
rem # without regard for the underlying architecture (x86-64 or arm64).
rem # It also forces a new console to be allocated if the parent process
rem # does not already have one, whichis especially useful for executables
rem # compiled in GUI mode rather than console mode, so that:
rem # does not already have one, which is especially useful for
rem # executables compiled in GUI mode rather than console mode, so that:
rem #
rem # 1) the shell prompt blocks until the program completes; and
rem #
Expand All @@ -16,7 +16,7 @@ rem # can be launched in blocking mode from an existing PowerShell via:
rem #
rem # Start-Process -Wait .\launcher-windows-x64.exe
rem #
rem # Or from an existing Command Prompt via:
rem # or from an existing Command Prompt via:
rem #
rem # start /wait launcher-windows-x64.exe
rem #
Expand Down

0 comments on commit 9cfd022

Please sign in to comment.