Skip to content

Commit

Permalink
Small MacOs build process adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
trufanov-nok committed Apr 7, 2018
1 parent f90eae7 commit d6ec6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/osx/makeapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cp $SRCDIR/scantailor_*.qm $APPR
cp $SRCDIR/translations/qtbase_*.qm $APPR
cp $SRCDIR/scantailor $APPM/ScanTailorUniversal

stver=`cat version.h | grep 'VERSION "' | cut -d ' ' -f 3 | tr -d '"'`
stver=`cat $SRCDIR/version.h | grep 'VERSION "' | cut -d ' ' -f 3 | tr -d '"'`
cat $SRCDIR/packaging/osx/Info.plist.in | sed "s/@VERSION@/$stver/" > $APPC/Info.plist

otool -L $APPM/ScanTailorUniversal | tail -n +2 | tr -d '\t' | cut -f 1 -d ' ' | while read line; do
Expand Down

0 comments on commit d6ec6cd

Please sign in to comment.