JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
Windows 11
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
- Use firefox plugin
- plugin says that runtime/bat/JabRef.bat does not exist
I think that this line here:
|
$jabRefExe = [System.IO.Path]::Combine($PSScriptRoot, "runtime\\bin\\JabRef.bat") |
may need to be changed to
$jabRefExe = [System.IO.Path]::Combine($PSScriptRoot, "JabRef.exe")
Because if I change it, it works *...
Or is this also something that got messed up on my system?
* ... I mean the browser extension says that it connected to jabref successfully, however for some reason a paper is not send to jabref... Looks like that something else is also broken in my system :/
Appendix
...
Log File
Paste an excerpt of your log file here
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
Windows 11
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
I think that this line here:
jabref/jabgui/buildres/windows/JabRefHost.ps1
Line 14 in 39e7666
may need to be changed to
Because if I change it, it works *...
Or is this also something that got messed up on my system?
* ... I mean the browser extension says that it connected to jabref successfully, however for some reason a paper is not send to jabref... Looks like that something else is also broken in my system :/
Appendix
...
Log File