]> Dogcows Code - chaz/yoink/blobdiff - arch/macosx/mkbundle.sh.in
build system enhancements
[chaz/yoink] / arch / macosx / mkbundle.sh.in
diff --git a/arch/macosx/mkbundle.sh.in b/arch/macosx/mkbundle.sh.in
deleted file mode 100644 (file)
index c71ac8c..0000000
+++ /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
-
This page took 0.01609 seconds and 4 git commands to generate.