mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 01:50:18 +00:00
PackageManager
svn path=/trunk/; revision=15501
This commit is contained in:
parent
b395078e1e
commit
a897f17cb4
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
|
|||
{
|
||||
Log("* Load options.xml from the Internet (Temporary Hack)");
|
||||
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/gui/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
|
||||
return ERR_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue