mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-17 13:22:40 +01:00
fix on windows
This commit is contained in:
parent
ea2783e51b
commit
f7fb62fcea
@ -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…
x
Reference in New Issue
Block a user