Created
January 20, 2015 22:12
-
-
Save digitarald/f5f6140385207d7334ae to your computer and use it in GitHub Desktop.
Zip current folder into Firefox OS app package for submission, excluding hidden files and other misc files not needed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias app-zip='zip -Xr ./package.zip ./* -x Makefile package.zip LICENSE install.html package.manifest *.sh META-INF "*\/.*" && open ./' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment