From e6b4871df3c0642d6feaf5fea4626973653bf36c Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:00:02 -0400 Subject: [PATCH] build number shenanigans --- src/startup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/startup.cpp b/src/startup.cpp index 4939c2f..f2ed5ce 100644 --- a/src/startup.cpp +++ b/src/startup.cpp @@ -46,8 +46,8 @@ std::optional 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 {};