Skip to content

Commit

Permalink
run-desktop.bat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0486 committed Sep 16, 2018
1 parent 3789822 commit f8756ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-desktop.bat
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
)

:startJava
start "Apollo wallet" "%javaDir%"\bin\java.exe -cp addons\classes;addons\lib\* -jar "%~dp0Apollo.jar"
start "Apollo wallet" "%javaDir%"\bin\java.exe -Dapl.runtime.mode=desktop -cp addons\classes;addons\lib\* -jar "%~dp0Apollo.jar"

:endProcess
endlocal

0 comments on commit f8756ae

Please sign in to comment.