mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
fixed build number once more
This commit is contained in:
parent
5746bf71e3
commit
12c9ff640d
@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c
|
|||||||
start_position += str.size();
|
start_position += str.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matches.size() >= 8) {
|
if (matches.size() >= 9) {
|
||||||
return matches[matches.size() - 8];
|
return matches[matches.size() - 9];
|
||||||
}
|
}
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user