use /bin/bash for debug and release build scripts
This commit is contained in:
parent
6656ef6c67
commit
eaf278b78f
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
buildozer android debug <<< y
|
buildozer android debug <<< y
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
buildozer android release <<< y
|
buildozer android release <<< y
|
||||||
|
|
Loading…
Reference in a new issue