Skip to content

Commit

Permalink
Merge pull request #1287 from pierotofy/win32
Browse files Browse the repository at this point in the history
Windows Fixes
  • Loading branch information
pierotofy authored May 25, 2021
2 parents 5f7c947 + 6ac36fc commit 429f0c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.5.1
8 changes: 7 additions & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@echo off
rem Bypass "Terminate Batch Job" prompt.
winrun.bat %* <NUL

setlocal

cd /d %~dp0
winrun.bat %* <NUL

endlocal
3 changes: 3 additions & 0 deletions winrun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ python "%ODMBASE%\run.py" %*

endlocal

if defined ODM_NONINTERACTIVE (
exit
)

0 comments on commit 429f0c8

Please sign in to comment.