|
@@ -748,6 +748,7 @@ class PackageClass
|
|
}
|
|
}
|
|
foreach($regAutorun as $item){
|
|
foreach($regAutorun as $item){
|
|
$cmd = pathJoin($rootDir,$item['path']);
|
|
$cmd = pathJoin($rootDir,$item['path']);
|
|
|
|
+ $cmd = str_replace('/','\\',$cmd);
|
|
if(! $auto->register($item['name'],$cmd) ){
|
|
if(! $auto->register($item['name'],$cmd) ){
|
|
logError('failed to register autorun',$item['name']);
|
|
logError('failed to register autorun',$item['name']);
|
|
return false;
|
|
return false;
|