Archived
3
0

Fixed shebang in assemble-apk.sh.

This commit is contained in:
Luka Vandervelden 2019-07-30 20:08:17 +02:00
parent 925193ee71
commit eee6a474e6

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.