From 5981e8b985efdb514f524bcf79dd2f82df7f4414 Mon Sep 17 00:00:00 2001
From: CraftyDH <23249291+CraftyDH@users.noreply.github.com>
Date: Sat, 12 Oct 2024 16:49:34 +1100
Subject: [PATCH] Install browser extension automatically on Windows (#6076)
---
CHANGELOG.md | 1 +
buildres/windows/JabRef-post-image.wsf | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffecf1b42989..a404f7e9e179 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We added a different background color to the search bar to indicate when the search syntax is wrong. [#11658](https://github.com/JabRef/jabref/pull/11658)
- We added a setting which always adds the literal "Cited on pages" text before each JStyle citation. [#11691](https://github.com/JabRef/jabref/pull/11732)
- We added a new plain citation parser that uses LLMs. [#11825](https://github.com/JabRef/jabref/issues/11825)
+- We added automatic browser extension install on Windows for Chrome and Edge. [#6076](https://github.com/JabRef/jabref/issues/6076)
### Changed
diff --git a/buildres/windows/JabRef-post-image.wsf b/buildres/windows/JabRef-post-image.wsf
index afdf92ef0adb..96717d1da55b 100644
--- a/buildres/windows/JabRef-post-image.wsf
+++ b/buildres/windows/JabRef-post-image.wsf
@@ -21,7 +21,7 @@
wxsFile.Close();
// Add registry values for JabRef Browser Extension
- contents = contents.replace("", "");
+ contents = contents.replace("", "");
// Specify banner
contents = contents.replace("", "");