Fixed shebang in assemble-apk.sh.

master
Luka Vandervelden 2019-07-30 20:08:17 +02:00
parent 925193ee71
commit eee6a474e6
1 changed files with 1 additions and 1 deletions

View File

@ -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.