View Single Post
  #7  
Old 08-07-2007, 10:57 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Stefan View Post
There is no popup thing right now, it was planned though. You can however script it yourself, something like this (calling update() is downloading it):

PHP Code:
printPackage(getBasePackage());

function 
printPackage(package) {
  echo(
"package: " package.filename " - " package.name);
  if (
package.filename=="mymusic.gupd" &&
      
package.localversion<package.version)
    
package.update();

  for (
temp.subpackagepackage.packages)
    
printPackage(temp.subpackage);

Stefan, seeing as thought you said that it was planned to add a popup thing - has it been added? If not, will it ever be?
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote