aboutsummaryrefslogtreecommitdiff
path: root/Run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Run.bat')
-rw-r--r--Run.bat9
1 files changed, 5 insertions, 4 deletions
diff --git a/Run.bat b/Run.bat
index 6fce8d8..0ff4974 100644
--- a/Run.bat
+++ b/Run.bat
@@ -1,4 +1,5 @@
-@cd %~dp0\build\default
-@make -f ../../Makefile || pause && exit
-@cd %TEMP%
-@%~dp0\build\default\EpisodeBrowser.exe \ No newline at end of file
+@cd %~dp0
+@make || pause && exit
+@pushd %TEMP%
+@%~dp0\build\default\EpisodeBrowser.exe
+@popd