Skip to content

Commit

Permalink
buildMac.sh - pack results of Makefile instead of obsolete Code::Blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkv311 committed Aug 2, 2020
1 parent aae2898 commit 3b943e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions distribution/buildMac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ cp -f info/changelog.txt $buildRoot/sView.app/Contents/MacOS/info/
cp -f ../license-gpl-3.0.txt $buildRoot/sView.app/Contents/MacOS/info/license.txt

# copy sView compiled files
if [ -e ../bin/MAC_gcc/build.log ]; then
mv -f ../bin/MAC_gcc/build.log $buildRoot/
fi
cp -f -R ../bin/MAC_gcc/sView.app/* $buildRoot/sView.app/
cp -f -R ../build/sView.app/* $buildRoot/sView.app/

# create symlink to Applications
ln -f -s /Applications "$buildRoot/"
Expand Down

0 comments on commit 3b943e7

Please sign in to comment.