mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
fix on windows
This commit is contained in:
parent
ea2783e51b
commit
f7fb62fcea
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
@echo off
|
||||
set ARGS=%*
|
||||
|
||||
if "%ARGS%" != "" (
|
||||
gradlew.bat run --args="%ARGS%"
|
||||
) else (
|
||||
if "%ARGS%" == "" (
|
||||
gradlew.bat run
|
||||
) else (
|
||||
gradlew.bat run --args="%ARGS%"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue