]> Dogcows Code - chaz/yoink/blobdiff - macosx/mkbundle.sh.in
repository reorganizing
[chaz/yoink] / macosx / mkbundle.sh.in
diff --git a/macosx/mkbundle.sh.in b/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.016928 seconds and 4 git commands to generate.