From 37ad69975dbe1c0a1a9974973d9876d7c846da89 Mon Sep 17 00:00:00 2001 From: Tom Fearon <67373762+tf17270@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:04:28 +0100 Subject: [PATCH] Rename build.bat to bld.bat --- conda/{build.bat => bld.bat} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename conda/{build.bat => bld.bat} (58%) diff --git a/conda/build.bat b/conda/bld.bat similarity index 58% rename from conda/build.bat rename to conda/bld.bat index 15a2a25..78e685e 100644 --- a/conda/build.bat +++ b/conda/bld.bat @@ -1,2 +1,2 @@ "%PYTHON%" -m pip install . -vv -if errorlevel 1 exit 1 \ No newline at end of file +if errorlevel 1 exit 1