Fixed shebang in assemble-apk.sh.
parent
925193ee71
commit
eee6a474e6
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
# This script transforms the current directory into a full-blown apk package.
|
||||
# It still requires a .PKGINFO file though.
|
||||
|
|
Reference in New Issue