File: stuff-app-bundle.sh

package info (click to toggle)
massxpert 2.3.6-1squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 20,736 kB
  • ctags: 3,541
  • sloc: cpp: 44,108; xml: 7,381; sh: 604; makefile: 108; ansic: 7
file content (21 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

set -e

if [ "$1" != "Release" ] && [ "$1" != "Debug" ]
then
echo "Please tell if *Release* or *Debug* mode"
exit 1
fi

cd ~/devel/build-work/$1/massXpert.app/Contents

mkdir -p Resources
cp -vrpf ~/devel/massxpert/data Resources/

mkdir -p Locales
cp -v ~/devel/massxpert/gui/massxpert_fr.qm  Locales/

mkdir -p Plugins
cp -v ~/devel/build-work/$1/lib*.dylib Plugins