]>
Dogcows Code - chaz/yoink/blob - macosx/mkbundle.sh.in
5 # Run this script to create a macosx app bundle.
11 # Extract the bundle skeleton
12 tar xjf bundle.
tar.bz2
14 sed -i -e 's/\@VERSION\@/@VERSION@/g' Yoink.app
/Contents
/Info.plist
17 ${STRIP:-strip} "$ROOT_DIR/src/yoink"
18 cp "$ROOT_DIR/src/yoink" Yoink.app
/Contents
/MacOS
20 cp -r "$ROOT_DIR/data" Yoink.app
/Contents
/Resources
/data
This page took 0.03662 seconds and 4 git commands to generate.