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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-07-06 13:19:52 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-07-06 13:19:52 +0400
commitf38511cbed143276fd1391e009a2f57025c19392 (patch)
tree1e471b633f1bec025f0454c9a82561c1774f7f75 /release/windows
parentb0cee52ecc2e923a1390a95a234a92125bcda3ae (diff)
=== Windows Installer ===
* add info about bitness: 32bit, 64bit or mingw-build
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/installer/00.sconsblender.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index 8bf30f9a48f..3b10477bffe 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -65,7 +65,7 @@ UninstallIcon "[RELDIR]\00.installer.ico"
;Data
Caption "Blender [VERSION] Installer"
-OutFile "[DISTDIR]\..\blender-[VERSION]-windows.exe"
+OutFile "[DISTDIR]\..\blender-[VERSION]-windows[BITNESS].exe"
InstallDir "$PROGRAMFILES\Blender Foundation\Blender"
BrandingText "Blender Foundation | http://www.blender.org"