mac: Comment build script

This commit is contained in:
Hylke Bons 2017-03-12 13:14:19 +00:00
parent 88c4986113
commit 690b82c4a8

View file

@ -1,11 +1,11 @@
#!/bin/sh
# expect path to app bundle argument
# Expect path to app bundle argument
export bundle=$1
export projectFolder=$(dirname $0)
export gitVersion=$(cat ${projectFolder}/git.version)
echo postprocessing ${bundle}
echo Postprocessing ${bundle}...
export PATH=/usr/local/bin:/opt/local/bin:/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/bin:/bin