aboutsummaryrefslogtreecommitdiff
path: root/Run.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-02 18:41:39 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-02 18:41:39 +0100
commit56d4f25db9cedb5b45a731ce2db004fb03ccc001 (patch)
tree3757fcea7ade0081cb9d563ca9b6b7eef3c3ff81 /Run.bat
parent935fbb1e9c3853570399979eef402382d211ef4c (diff)
downloadEpisodeBrowser-56d4f25db9cedb5b45a731ce2db004fb03ccc001.tar.gz
Change window class and executable name
Diffstat (limited to 'Run.bat')
-rw-r--r--Run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Run.bat b/Run.bat
index e691d7e..6fce8d8 100644
--- a/Run.bat
+++ b/Run.bat
@@ -1,4 +1,4 @@
@cd %~dp0\build\default
@make -f ../../Makefile || pause && exit
@cd %TEMP%
-@%~dp0\build\default\episode_browser.exe \ No newline at end of file
+@%~dp0\build\default\EpisodeBrowser.exe \ No newline at end of file