diff options
author | John Ankarström <john@ankarstrom.se> | 2022-09-02 01:21:58 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-09-02 01:21:58 +0200 |
commit | bb9280267bfb78a8d69adea02f5ed7894833b19d (patch) | |
tree | 7cda0c2d80afafb046790955711eb5af1582ebdc /eb.el | |
parent | c624a89b4f1cccfefd60424a3181d76e4692fa4d (diff) | |
download | EpisodeBrowser-bb9280267bfb78a8d69adea02f5ed7894833b19d.tar.gz |
Improve Windows XP compatibility.
Various bug fixes.
Diffstat (limited to 'eb.el')
-rw-r--r-- | eb.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ (defun eb--exe () (cond ((string-equal eb-system "mingw") - (concat (eb--cmake-path) "b/mingw/EpisodeBrowser.exe")) + (concat (eb--cmake-path) "EpisodeBrowser.exe")) ((string-equal eb-system "vs2019") (concat (eb--cmake-path) eb-vs-config "/EpisodeBrowser.exe")) (t (error "eb-system `%s' not supported" eb-system)))) |