patch_manager: Dump NSO name with build ID
This commit is contained in:
parent
41d2565f29
commit
552d5071fa
4 changed files with 11 additions and 9 deletions
|
@ -154,8 +154,7 @@ void WebBrowser::Execute() {
|
|||
|
||||
auto& frontend{Core::System::GetInstance().GetWebBrowser()};
|
||||
|
||||
frontend.OpenPage(
|
||||
filename, [this] { UnpackRomFS(); }, [this] { Finalize(); });
|
||||
frontend.OpenPage(filename, [this] { UnpackRomFS(); }, [this] { Finalize(); });
|
||||
}
|
||||
|
||||
void WebBrowser::UnpackRomFS() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue