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