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

Charlie Reinl Karl.Reinl at ...9...
Mon Apr 26 00:04:37 CEST 2004


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




More information about the User mailing list