Skip to content

Commit

Permalink
OSX build: Don't put release number into filename
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Jul 21, 2015
1 parent 0f4195b commit 7000238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autobuild/synfigstudio-osx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,8 @@ get_version_release_string()
BREED=.$BREED
fi
REVISION=`git show --pretty=format:%ci HEAD | head -c 10 | tr -d '-'`
echo "$VERSION-$REVISION$BREED.$RELEASE"
echo "$VERSION-$REVISION$BREED"
#echo "$VERSION-$REVISION$BREED.$RELEASE"
popd >/dev/null
}

Expand Down

0 comments on commit 7000238

Please sign in to comment.