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