Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Jan 19, 2017
1 parent 58cbed0 commit 4cc1051
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .scripts/pyinstaller-sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ plat=`uname`



v1=$(<mosaic/_version.py)
ver=`echo $v1 | cut -d= -f2 | cut -d\" -f2`
build=`git rev-parse --short HEAD`
# v1=$(<mosaic/_version.py)
# ver=`echo $v1 | cut -d= -f2 | cut -d\" -f2`
# ver=`git describe --abbrev=0 --tags | sed 's/v//g' | sed 's/\ //g'`
# build=`git rev-parse --short HEAD`
ver=`python -c 'import mosaic; print mosaic.__version__'`
build=`python -c 'import mosaic; print mosaic.__build__'`

read -d '' info1 <<-"EOF"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
Expand Down

0 comments on commit 4cc1051

Please sign in to comment.