[Gambas-user] BUG in gambas-0.92 ReleaseVersion in MakePackage

Benoit Minisini gambas at ...1...
Mon Apr 26 00:35:12 CEST 2004


On Monday 26 April 2004 00:04, Charlie Reinl wrote:
> Salut ,
>
> if you make a Package, in the proposed Filename there always missed the
> ReleaseVersion.
>
> PUBLIC SUB MakePackage()
>
>   DIM sCmd AS String
>
>   Dialog.Path = Application.Home &/ Name & "-" & Subst("&1.&2",
> MajorVersion, MinorVersion, ReleaseVersion) & ".tar.gz"
>
> should be :
>
>   Dialog.Path = Application.Home &/ Name & "-" & Subst("&1.&2.&3",
> MajorVersion, MinorVersion, ReleaseVersion) & ".tar.gz"
>
> Amicalement
> Charlie
>

OK. The Release will be added to the tar.gz name, except if it equals zero.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list