Skip to content

Commit

Permalink
Fix #29 - quote windows dir variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Jul 4, 2024
1 parent 3c884a6 commit fa07b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/sh/logfx.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set DIR=%~dp0

set VM_OPTIONS=-splash:%DIR%logfx-logo.png -Xms32m -XX:+UseSerialGC
"%DIR%java" %VM_OPTIONS% -m com.athaydes.logfx/com.athaydes.logfx.LogFX %*
set VM_OPTIONS=-Xms32m -XX:+UseSerialGC
"%DIR%java" -splash:"%DIR%logfx-logo.png" %VM_OPTIONS% -m com.athaydes.logfx/com.athaydes.logfx.LogFX %*

0 comments on commit fa07b0e

Please sign in to comment.
-