aboutsummaryrefslogtreecommitdiff
path: root/eb.el
diff options
context:
space:
mode:
Diffstat (limited to 'eb.el')
-rw-r--r--eb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/eb.el b/eb.el
index 904da3a..7cb79d4 100644
--- a/eb.el
+++ b/eb.el
@@ -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))))