Skip to content

Commit

Permalink
Fix Mac version.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Dec 22, 2014
1 parent 76706d0 commit a1d87e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version = os.environ['BUILD_NAME']

APP = ['Cura/cura.py']
DATA_FILES = ['Cura/LICENSE', 'resources/images', 'resources/meshes', 'resources/example', 'resources/firmware', 'resources/locale', 'resources/machine_profiles', 'plugins']
DATA_FILES = ['Cura/LICENSE', 'resources/images', 'resources/meshes', 'resources/example', 'resources/firmware', 'resources/locale', 'resources/machine_profiles', 'resources/quickprint', 'plugins']
PLIST = {
u'CFBundleName': u'Cura',
u'CFBundleShortVersionString': version,
Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BUILD_TARGET=${1:-none}
##Do we need to create the final archive
ARCHIVE_FOR_DISTRIBUTION=1
##Which version name are we appending to the final archive
export BUILD_NAME=15.01-RC4
export BUILD_NAME=15.01-RC5
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}

##Which versions of external programs to use
Expand Down

0 comments on commit a1d87e5

Please sign in to comment.