summaryrefslogtreecommitdiff
path: root/Mocca-Installer
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2018-09-18 14:49:27 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2018-09-18 14:49:27 +0200
commitbde3ea7b31d76e81d666396d570f15a37bfeb884 (patch)
treee8699dae0dccca2692e97cd496af14c9326a1deb /Mocca-Installer
parent25697ced2ffa9406e16f43ad5eecca78ee8cc9b3 (diff)
downloadmocca-bde3ea7b31d76e81d666396d570f15a37bfeb884.tar.gz
mocca-bde3ea7b31d76e81d666396d570f15a37bfeb884.tar.bz2
mocca-bde3ea7b31d76e81d666396d570f15a37bfeb884.zip
restructing member access and AlgorithmMethodFactoryImpl constructor
Diffstat (limited to 'Mocca-Installer')
-rw-r--r--Mocca-Installer/installer/create_installer.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mocca-Installer/installer/create_installer.sh b/Mocca-Installer/installer/create_installer.sh
index ac2be59f..72a5b2cf 100644
--- a/Mocca-Installer/installer/create_installer.sh
+++ b/Mocca-Installer/installer/create_installer.sh
@@ -63,10 +63,12 @@ echo generating mac app...
cd mac
rm -rf Mocca.app/Contents/Java/*
cp -r bin/ Mocca.app/Contents/Java/
+cd ..
echo generating mac app... done!
#cleanup
rm -rf tmp
+echo cleanup... done!