From 3d676c51d7ff44a88451f28c5bd0ec15ad35e254 Mon Sep 17 00:00:00 2001 From: jriegel Date: Tue, 4 Mar 2014 22:15:38 +0100 Subject: [PATCH] Unstable name --- src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi index d3f78938f2..0ab619da17 100644 --- a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi +++ b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi @@ -47,7 +47,7 @@ LicenseData "License.rtf" # This will be in the installer/uninstaller's title bar Name "${FULLNAME}" #Icon "logo.ico" -outFile "..\..\${FULLNAME}.${VERSIONBUILD}-x86.exe" +outFile "..\..\${FULLNAME}.${VERSIONBUILD}_x86_unstable_setup.exe" !include LogicLib.nsh