parent
630c0ea997
commit
4b04268304
|
@ -505,7 +505,11 @@ function pkgmgr.install_dir(type, path, basename, targetpath)
|
|||
fgettext("Failed to install $1 to $2", basename, targetpath)
|
||||
end
|
||||
|
||||
if basefolder.type == "game" then
|
||||
pkgmgr.update_gamelist()
|
||||
else
|
||||
pkgmgr.refresh_globals()
|
||||
end
|
||||
|
||||
return targetpath, nil
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue