From 0048e7f38929562a5fb52e5b1156b8df92b59d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 25 Jul 2012 18:42:38 +0200 Subject: [PATCH] a?adido al repositorio el script de 'release' de macOSX --- releaseOSX.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 releaseOSX.sh diff --git a/releaseOSX.sh b/releaseOSX.sh new file mode 100755 index 00000000..f7479a71 --- /dev/null +++ b/releaseOSX.sh @@ -0,0 +1,8 @@ +#!/bin/bash +macdeployqt YACReader.app +macdeployqt YACReaderLibrary.app +cp -R ./utils ./YACReader.app/Contents/MacOS/ +cp -R ./utils ./YACReaderLibrary.app/Contents/MacOS/ +cd ./YACReaderLibrary.app/Contents/MacOS/ +ln -s ../../../YACReader.app/Contents/MacOS/YACReader +