This commit is contained in:
Carlos Ballesteros Velasco
2020-05-03 17:52:43 +02:00
parent 83bb260cf7
commit 73067c8e11
4 changed files with 32 additions and 1 deletions

3
gradlew_wine Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
unset ANDROID_HOME
WINEDEBUG=-all wine64 cmd /c gradlew.bat $*