X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=arch%2Fmacosx%2Fmkbundle.sh.in;fp=arch%2Fmacosx%2Fmkbundle.sh.in;h=0000000000000000000000000000000000000000;hp=c71ac8cfc966917790b9e9c7cc9db6bb00d9c4fd;hb=6c9943707d4f33035830eba0587a61a34eaecbc2;hpb=af88821a172c4dfd138b91b2a5148ae50b502fa2 diff --git a/arch/macosx/mkbundle.sh.in b/arch/macosx/mkbundle.sh.in deleted file mode 100644 index c71ac8c..0000000 --- a/arch/macosx/mkbundle.sh.in +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -# -# Yoink -# Run this script to create a macosx app bundle. -# - -# Anchor paths -ROOT_DIR="$PWD/.." - -# Extract the bundle skeleton -tar xjf bundle.tar.bz2 - -sed -i -e 's/\@VERSION\@/@VERSION@/g' Yoink.app/Contents/Info.plist - -# Prepare the binary -${STRIP:-strip} "$ROOT_DIR/src/yoink" -cp "$ROOT_DIR/src/yoink" Yoink.app/Contents/MacOS - -cp -r "$ROOT_DIR/data" Yoink.app/Contents/Resources/data -