Diff for /Amaya/amaya-wx_release.nsi between versions 1.28 and 1.29

version 1.28, 2005/07/12 15:43:41 version 1.29, 2005/09/16 14:55:31
Line 8 Line 8
 ;General  ;General
   
   ;Name and file    ;Name and file
   !define VERSION "9.2.1"    !define VERSION "9.2.2"
   Name "Amaya ${VERSION}"    Name "Amaya ${VERSION}"
   OutFile "amaya-WinXP-${VERSION}.exe"    OutFile "amaya-WinXP-${VERSION}.exe"
       
Line 229  Section "Amaya" SecAmaya Line 229  Section "Amaya" SecAmaya
   File resources\icons\22x22\*.ico    File resources\icons\22x22\*.ico
   SetOutPath "$INSTDIR\resources\xrc"    SetOutPath "$INSTDIR\resources\xrc"
   File resources\xrc\*.xrc    File resources\xrc\*.xrc
   
     SetOutPath "$INSTDIR\templates\en"
     File templates\en\*.png
     File templates\en\*.html
     File templates\en\*.css
     SetOutPath "$INSTDIR\templates\fr"
     File templates\fr\*.png
     File templates\fr\*.html
     File templates\fr\*.css
   
   SetOutPath "$INSTDIR\amaya\wxdialog"    SetOutPath "$INSTDIR\amaya\wxdialog"
   File amaya\wxdialog\appicon.ico    File amaya\wxdialog\appicon.ico
   File amaya\wxdialog\amaya.rc    File amaya\wxdialog\amaya.rc

Removed from v.1.28  
changed lines
  Added in v.1.29


Webmaster