Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/btools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index e07b6184abc..e362bc70cfa 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -555,8 +555,10 @@ def NSIS_Installer(target=None, source=None, env=None):
new_nsis = open(tmpnsi, 'w')
new_nsis.write(ns_cnt)
new_nsis.close()
+ print "Preparing nsis file looks ok\n"
os.chdir(start_dir)
+ print "try to lauch makensis ...make sure it is on the path \n"
cmdline = "makensis " + "\""+tmpnsi+"\""