Release Healer Man 0.1.3
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd /d "%~dp0.."
|
||||
where py >nul 2>&1
|
||||
if errorlevel 1 goto use_python
|
||||
py -3 scripts\release_manager.py %*
|
||||
exit /b %errorlevel%
|
||||
|
||||
:use_python
|
||||
python scripts\release_manager.py %*
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user