2
0
Эх сурвалжийг харах

Inno setup script does now set proper version on the generated executable.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@640 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 15 жил өмнө
parent
commit
29c54dc69d

+ 3 - 1
packaging/windows-innosetup/script.iss

@@ -12,7 +12,9 @@ SetupIconFile=..\..\tools\shared\assimp_tools_icon.ico
 WizardImageFile=compiler:WizModernImage-IS.BMP
 WizardImageFile=compiler:WizModernImage-IS.BMP
 WizardSmallImageFile=compiler:WizModernSmallImage-IS.BMP
 WizardSmallImageFile=compiler:WizModernSmallImage-IS.BMP
 LicenseFile=License.rtf
 LicenseFile=License.rtf
-
+OutputBaseFileName=assimp-sdk-1.1rc-setup
+VersionInfoVersion=1.1.0.0
+VersionInfoTextVersion=1.1rc
 
 
 [Types]
 [Types]
 Name: "full"; Description: "Full installation"
 Name: "full"; Description: "Full installation"