diff options
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)))) |