mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:00:36 +08:00
Merge pull request #39 from lawrencejohnston/master
Fixes for #37 and #38
This commit is contained in:
commit
7d68441d7c
8
.gitignore
vendored
8
.gitignore
vendored
@ -3,7 +3,7 @@
|
||||
*.pyc
|
||||
*.zip
|
||||
*.exe
|
||||
osx64-Cura-NewUI*
|
||||
win32-Cura-NewUI*
|
||||
linux-Cura-NewUI*
|
||||
Printrun
|
||||
osx64-Cura-*
|
||||
win32-Cura-*
|
||||
linux-Cura-*
|
||||
Printrun
|
@ -40,6 +40,11 @@ function checkTool
|
||||
# Actual build script
|
||||
#############################
|
||||
|
||||
# Change working directory to the directory the script is in
|
||||
# http://stackoverflow.com/a/246128
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd $SCRIPT_DIR
|
||||
|
||||
checkTool git "git: http://git-scm.com/"
|
||||
checkTool curl "curl: http://curl.haxx.se/"
|
||||
if [ $BUILD_TARGET = "win32" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user