build number (closes #319)

This commit is contained in:
ouwou 2024-06-26 16:28:42 -04:00
parent 53ad3903ee
commit 10e436891b

View File

@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c
start_position += str.size();
}
if (matches.size() >= 9) {
return matches[matches.size() - 9];
if (matches.size() >= 8) {
return matches[matches.size() - 8];
}
return {};