Changeset 74 for trunk/download.php


Ignore:
Timestamp:
Feb 7, 2009, 2:36:39 PM (16 years ago)
Author:
george
Message:
  • Upraveno: Generování souboru CzWoW.lua v addonu přímo skriptem.
  • Přidáno: Generování víc souborů stejného názvu u addonů s číselným indexem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/download.php

    r68 r74  
    153153          $Zip->addFile(file_get_contents('addon/CzWoW/CzWoW.xml'), 'CzWoW/CzWoW.xml');
    154154                  $Zip->addFile(file_get_contents('addon/CzWoW/CzWoW.toc'), 'CzWoW/CzWoW.toc');
    155           $Zip->addFile(file_get_contents('addon/CzWoW/CzWoW.lua'), 'CzWoW/CzWoW.lua');
     155          //$Zip->addFile(file_get_contents('addon/CzWoW/CzWoW.lua'), 'CzWoW/CzWoW.lua');       
    156156                  $Zip->addFile(file_get_contents('addon/CzWoW/GameMenuFrame.xml'), 'CzWoW/GameMenuFrame.xml');
    157157                  $Zip->addFile(file_get_contents('addon/CzWoW/Localization.lua'), 'CzWoW/Localization.lua');   
Note: See TracChangeset for help on using the changeset viewer.