Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries

This commit is contained in:
Micah Lee 2017-02-21 16:59:14 -08:00
parent 23a4a70221
commit 37539c95b6
30 changed files with 20 additions and 20 deletions

View file

@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
cd $DIR
VERSION=`cat resources/version.txt`
VERSION=`cat share/version.txt`
# clean up from last build
rm -r deb_dist >/dev/null 2>&1