
05-26-2007, 12:40 AM
|
|
Malorian
|
 |
Join Date: May 2004
Posts: 5,289
|
|
Quote:
Originally Posted by Stefan
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.subpackage: package.packages) printPackage(temp.subpackage); }
|
Thanks alot!  |
__________________
Follow my work on social media post-Graal: Updated august 2025.
|
|
|
|